Html Css Color HEX #EECD37 Golden Dream

📋 copy color: '#EECD37'

red 238 ◦ green 205 ◦ blue 55

#EECD37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Dream #EECD37

Tints of Golden Dream #EECD37

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 value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EECD37 (or 0xEECD37) is known color: 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

RGB 238 205 55 -
CMYK 0 0.14 0.77 0.07
HSL 49.18º 0.84% 0.57% -
HSV(B) 49.18º 0.77% 0.93% -
XYZ 57.78 62.12 12.56 -
YUV 197.77 47.43 156.7 -
System Red Green Blue C M Y K H S L
Decimal 238 205 55 0 0.14 0.77 0.07 49.18 0.84 0.57
Hex EE CD 37 0 E 4D 7 31 54 39
Octal 356 315 67 0 16 115 7 61 124 71
Binary 11101110 11001101 110111 0 1110 1001101 111 110001 1010100 111001

Color Harmonies of #EECD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD37

Black with #EECD37

Text Example


Text Example

White with #EECD37

Text Example


Text Example

HTML Codes & Css Web 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>