Html Css Color HEX #EEC529 Golden Dream

📋 copy color: '#EEC529'

red 238 ◦ green 197 ◦ blue 41

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

Shades of Golden Dream #EEC529

Tints of Golden Dream #EEC529

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.39%

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

R = 50%
G = 41.39%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EEC529 (or 0xEEC529) is known color: Golden Dream. HEX triplet: EE, C5 and 29. RGB value is (238,197,41). Sum of RGB (Red+Green+Blue) = 238+197+41=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 41 (16.41% from 255 or 8.61% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC529 is #113AD6. Grayscale: #C0C0C0. Windows color (decimal): -1129175 or 2737646. OLE color: 2737646.

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

Color convert

RGB 238 197 41 -
CMYK 0 0.17 0.83 0.07
HSL 47.51º 0.85% 0.55% -
HSV(B) 47.51º 0.83% 0.93% -
XYZ 55.63 58.27 10.41 -
YUV 191.48 43.08 161.18 -
System Red Green Blue C M Y K H S L
Decimal 238 197 41 0 0.17 0.83 0.07 47.51 0.85 0.55
Hex EE C5 29 0 11 53 7 30 55 37
Octal 356 305 51 0 21 123 7 60 125 67
Binary 11101110 11000101 101001 0 10001 1010011 111 110000 1010101 110111

Color Harmonies of #EEC529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC529

Black with #EEC529

Text Example


Text Example

White with #EEC529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC529; }

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

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

background-color css

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

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

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

border-color css

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

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

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