#E9CC35

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

Shades of Golden Dream #E9CC35

Tints of Golden Dream #E9CC35

Color information

#E9CC35 (or 0xE9CC35) is unknown color: approx Golden Dream. HEX triplet: E9, CC and 35. RGB value is (233,204,53). Sum of RGB (Red+Green+Blue) = 233+204+53=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 53 (21.09% from 255 or 10.82% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CC35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CC35 is #1633CA. Grayscale: #C4C4C4. Windows color (decimal): -1455051 or 3525865. OLE color: 3525865.

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

Color convert

RGB23320453-
CMYK00.120.770.09
HSL50.33º80.36%56.08%-
HSV(B)50.33º77.25%91.37%-
XYZ55.8460.7712.15-
YUV195.4647.61154.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.55%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 53 (21.09% from 255) = 10.82%
R=47.55%
G=41.63%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332045300.120.770.0950.3380.3656.08
HexE9CC350C4D9325038
Octal35131465014115116212070
Binary111010011100110011010101100100110110011100101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CC35; }

 p { color: rgb(233,204,53); }

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

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

 a { background-color: rgb(233,204,53); }

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

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

 span { border-color: rgb(233,204,53); }

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