Html Css Color HEX #EED129 Golden Dream

📋 copy color: '#EED129'

red 238 ◦ green 209 ◦ blue 41

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

Shades of Golden Dream #EED129

Tints of Golden Dream #EED129

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.83%

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

R = 48.77%
G = 42.83%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EED129 (or 0xEED129) is known color: Golden Dream. HEX triplet: EE, D1 and 29. RGB value is (238,209,41). Sum of RGB (Red+Green+Blue) = 238+209+41=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 41 (16.41% from 255 or 8.40% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EED129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED129 is #112ED6. Grayscale: #C7C7C7. Windows color (decimal): -1126103 or 2740718. OLE color: 2740718.

HSL color Cylindrical-coordinate representation of color #EED129: hue angle of 51.17º 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 #EED129 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 209 41 -
CMYK 0 0.12 0.83 0.07
HSL 51.17º 0.85% 0.55% -
HSV(B) 51.17º 0.83% 0.93% -
XYZ 58.46 63.94 11.36 -
YUV 198.52 39.11 156.16 -
System Red Green Blue C M Y K H S L
Decimal 238 209 41 0 0.12 0.83 0.07 51.17 0.85 0.55
Hex EE D1 29 0 C 53 7 33 55 37
Octal 356 321 51 0 14 123 7 63 125 67
Binary 11101110 11010001 101001 0 1100 1010011 111 110011 1010101 110111

Color Harmonies of #EED129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED129

Black with #EED129

Text Example


Text Example

White with #EED129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED129; }

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

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

background-color css

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

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

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

border-color css

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

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

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