#e8cc32

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

Shades of Golden Dream #E8CC32

Tints of Golden Dream #E8CC32

Color information

#E8CC32 (or 0xE8CC32) is unknown color: approx Golden Dream. HEX triplet: E8, CC and 32. RGB value is (232,204,50). Sum of RGB (Red+Green+Blue) = 232+204+50=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8CC32 is #1733CD. Grayscale: #C3C3C3. Windows color (decimal): -1520590 or 3329256. OLE color: 3329256.

HSL color Cylindrical-coordinate representation of color #E8CC32: hue angle of 50.77º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8CC32 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB23220450-
CMYK00.120.780.09
HSL50.77º79.82%55.29%-
HSV(B)50.77º78.45%90.98%-
XYZ55.4560.5711.79-
YUV194.8246.28154.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.74%
GREEN value IS 204 (80.08% from 255) = 41.98%
BLUE value IS 50 (19.92% from 255) = 10.29%
R=47.74%
G=41.98%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322045000.120.780.0950.7779.8255.29
HexE8CC320C4E9335037
Octal35031462014116116312067
Binary111010001100110011001001100100111010011100111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8cc32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8cc32; }

 p { color: rgb(232,204,50); }

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

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

 a { background-color: rgb(232,204,50); }

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

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

 span { border-color: rgb(232,204,50); }

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