Html Css Color HEX #EECD29 Golden Dream

📋 copy color: '#EECD29'

red 238 ◦ green 205 ◦ blue 41

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

Shades of Golden Dream #EECD29

Tints of Golden Dream #EECD29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.47%

R = 49.17%
G = 42.36%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EECD29 (or 0xEECD29) is known color: Golden Dream. HEX triplet: EE, CD and 29. RGB value is (238,205,41). Sum of RGB (Red+Green+Blue) = 238+205+41=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 41 (16.41% from 255 or 8.47% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECD29 is #1132D6. Grayscale: #C4C4C4. Windows color (decimal): -1127127 or 2739694. OLE color: 2739694.

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

Color convert

RGB 238 205 41 -
CMYK 0 0.14 0.83 0.07
HSL 49.95º 0.85% 0.55% -
HSV(B) 49.95º 0.83% 0.93% -
XYZ 57.49 62 11.03 -
YUV 196.17 40.43 157.84 -
System Red Green Blue C M Y K H S L
Decimal 238 205 41 0 0.14 0.83 0.07 49.95 0.85 0.55
Hex EE CD 29 0 E 53 7 32 55 37
Octal 356 315 51 0 16 123 7 62 125 67
Binary 11101110 11001101 101001 0 1110 1010011 111 110010 1010101 110111

Color Harmonies of #EECD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD29

Black with #EECD29

Text Example


Text Example

White with #EECD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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