Html Css Color HEX #EECD32 Golden Dream

📋 copy color: '#EECD32'

red 238 ◦ green 205 ◦ blue 50

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

Shades of Golden Dream #EECD32

Tints of Golden Dream #EECD32

RGB

 RED value IS 238 (93.36% from 255) = 48.28%

 GREEN value IS 205 (80.47% from 255) = 41.58%

 BLUE value IS 50 (19.92% from 255) = 10.14%

R = 48.28%
G = 41.58%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EECD32 (or 0xEECD32) is known color: Golden Dream. HEX triplet: EE, CD and 32. RGB value is (238,205,50). Sum of RGB (Red+Green+Blue) = 238+205+50=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 50 (19.92% from 255 or 10.14% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECD32 is #1132CD. Grayscale: #C5C5C5. Windows color (decimal): -1127118 or 3329518. OLE color: 3329518.

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

Color convert

RGB 238 205 50 -
CMYK 0 0.14 0.79 0.07
HSL 49.47º 0.85% 0.56% -
HSV(B) 49.47º 0.79% 0.93% -
XYZ 57.67 62.07 11.96 -
YUV 197.2 44.93 157.1 -
System Red Green Blue C M Y K H S L
Decimal 238 205 50 0 0.14 0.79 0.07 49.47 0.85 0.56
Hex EE CD 32 0 E 4F 7 31 55 38
Octal 356 315 62 0 16 117 7 61 125 70
Binary 11101110 11001101 110010 0 1110 1001111 111 110001 1010101 111000

Color Harmonies of #EECD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD32

Black with #EECD32

Text Example


Text Example

White with #EECD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD32; }

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

 H1.HeaderClassName
 {
   color: #EECD32;
 }
 .AnyTagClassName
 {
   color: #EECD32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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