Html Css Color HEX #EEC829 Golden Dream

📋 copy color: '#EEC829'

red 238 ◦ green 200 ◦ blue 41

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

Shades of Golden Dream #EEC829

Tints of Golden Dream #EEC829

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.75%

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

R = 49.69%
G = 41.75%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EEC829 (or 0xEEC829) is known color: Golden Dream. HEX triplet: EE, C8 and 29. RGB value is (238,200,41). Sum of RGB (Red+Green+Blue) = 238+200+41=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 41 (16.41% from 255 or 8.56% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC829 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC829 is #1137D6. Grayscale: #C1C1C1. Windows color (decimal): -1128407 or 2738414. OLE color: 2738414.

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

Color convert

RGB 238 200 41 -
CMYK 0 0.16 0.83 0.07
HSL 48.43º 0.85% 0.55% -
HSV(B) 48.43º 0.83% 0.93% -
XYZ 56.31 59.65 10.64 -
YUV 193.24 42.09 159.93 -
System Red Green Blue C M Y K H S L
Decimal 238 200 41 0 0.16 0.83 0.07 48.43 0.85 0.55
Hex EE C8 29 0 10 53 7 30 55 37
Octal 356 310 51 0 20 123 7 60 125 67
Binary 11101110 11001000 101001 0 10000 1010011 111 110000 1010101 110111

Color Harmonies of #EEC829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC829

Black with #EEC829

Text Example


Text Example

White with #EEC829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC829; }

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

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

background-color css

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

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

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

border-color css

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

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

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