#E6CC33

Color #E6CC33 Golden Dream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Dream #E6CC33

Tints of Golden Dream #E6CC33

Color information

#E6CC33 (or 0xE6CC33) is unknown color: approx Golden Dream. HEX triplet: E6, CC and 33. RGB value is (230,204,51). Sum of RGB (Red+Green+Blue) = 230+204+51=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 51 (20.31% from 255 or 10.52% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CC33 is #1933CC. Grayscale: #C2C2C2. Windows color (decimal): -1651661 or 3394790. OLE color: 3394790.

HSL color Cylindrical-coordinate representation of color #E6CC33: hue angle of 51.28º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6CC33 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB23020451-
CMYK00.110.780.10
HSL51.28º78.17%55.1%-
HSV(B)51.28º77.83%90.2%-
XYZ54.8260.2511.87-
YUV194.3347.11153.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 47.42%
GREEN value IS 204 (80.08% from 255) = 42.06%
BLUE value IS 51 (20.31% from 255) = 10.52%
R=47.42%
G=42.06%
B=10.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302045100.110.780.1051.2878.1755.1
HexE6CC330B4EA334e37
Octal34631463013116126311667
Binary111001101100110011001101011100111010101100111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CC33; }

 p { color: rgb(230,204,51); }

 H1.HeaderClassName
 {
   color: #E6CC33;
 }
 .AnyTagClassName
 {
   color: #E6CC33;
 }
</style>
background-color css

<style>
 a { background-color: #E6CC33; }

 a { background-color: rgb(230,204,51); }

 div.DivClassName
 {
   background-color: #E6CC33;
 }
 .BgClassName
 {
   background-color: #E6CC33;
 }
</style>
border-color css

<style>
 span { border-color: #E6CC33; }

 span { border-color: rgb(230,204,51); }

 td.TdClassName
 {
   border-color: #E6CC33;
 }
 .TagClassName
 {
   border-color: #E6CC33;
 }
</style>