#EECD37

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

Shades of Golden Dream #EECD37

Tints of Golden Dream #EECD37

Color information

#EECD37 (or 0xEECD37) is unknown color: approx Golden Dream. HEX triplet: EE, CD and 37. RGB value is (238,205,55). Sum of RGB (Red+Green+Blue) = 238+205+55=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 55 (21.88% from 255 or 11.04% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECD37 is #1132C8. Grayscale: #C6C6C6. Windows color (decimal): -1127113 or 3657198. OLE color: 3657198.

HSL color Cylindrical-coordinate representation of color #EECD37: hue angle of 49.18º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EECD37 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB23820555-
CMYK00.140.770.07
HSL49.18º84.33%57.45%-
HSV(B)49.18º76.89%93.33%-
XYZ57.7862.1212.56-
YUV197.7747.43156.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.79%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 55 (21.88% from 255) = 11.04%
R=47.79%
G=41.16%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382055500.140.770.0749.1884.3357.45
HexEECD370E4D7315439
Octal3563156701611576112471
Binary11101110110011011101110111010011011111100011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECD37; }

 p { color: rgb(238,205,55); }

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

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

 a { background-color: rgb(238,205,55); }

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

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

 span { border-color: rgb(238,205,55); }

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