Html Css Color HEX #EEC72C Golden Dream

📋 copy color: '#EEC72C'

red 238 ◦ green 199 ◦ blue 44

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

Shades of Golden Dream #EEC72C

Tints of Golden Dream #EEC72C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.37%

 BLUE value IS 44 (17.58% from 255) = 9.15%

R = 49.48%
G = 41.37%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EEC72C (or 0xEEC72C) is known color: Golden Dream. HEX triplet: EE, C7 and 2C. RGB value is (238,199,44). Sum of RGB (Red+Green+Blue) = 238+199+44=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 44 (17.58% from 255 or 9.15% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC72C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC72C is #1138D3. Grayscale: #C1C1C1. Windows color (decimal): -1128660 or 2934766. OLE color: 2934766.

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

Color convert

RGB 238 199 44 -
CMYK 0 0.16 0.82 0.07
HSL 47.94º 0.85% 0.55% -
HSV(B) 47.94º 0.82% 0.93% -
XYZ 56.14 59.21 10.85 -
YUV 192.99 43.92 160.1 -
System Red Green Blue C M Y K H S L
Decimal 238 199 44 0 0.16 0.82 0.07 47.94 0.85 0.55
Hex EE C7 2C 0 10 52 7 30 55 37
Octal 356 307 54 0 20 122 7 60 125 67
Binary 11101110 11000111 101100 0 10000 1010010 111 110000 1010101 110111

Color Harmonies of #EEC72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC72C

Black with #EEC72C

Text Example


Text Example

White with #EEC72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC72C; }

 p { color: rgb(238,199,44); }

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

background-color css

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

 a { background-color: rgb(238,199,44); }

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

border-color css

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

 span { border-color: rgb(238,199,44); }

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