Html Css Color HEX #EEC72A Golden Dream

📋 copy color: '#EEC72A'

red 238 ◦ green 199 ◦ blue 42

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

Shades of Golden Dream #EEC72A

Tints of Golden Dream #EEC72A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.77%

R = 49.69%
G = 41.54%
B = 8.77%

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

#EEC72A (or 0xEEC72A) is known color: Golden Dream. HEX triplet: EE, C7 and 2A. RGB value is (238,199,42). Sum of RGB (Red+Green+Blue) = 238+199+42=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC72A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC72A is #1138D5. Grayscale: #C1C1C1. Windows color (decimal): -1128662 or 2803694. OLE color: 2803694.

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

Color convert

RGB 238 199 42 -
CMYK 0 0.16 0.82 0.07
HSL 48.06º 0.85% 0.55% -
HSV(B) 48.06º 0.82% 0.93% -
XYZ 56.1 59.19 10.66 -
YUV 192.76 42.92 160.27 -
System Red Green Blue C M Y K H S L
Decimal 238 199 42 0 0.16 0.82 0.07 48.06 0.85 0.55
Hex EE C7 2A 0 10 52 7 30 55 37
Octal 356 307 52 0 20 122 7 60 125 67
Binary 11101110 11000111 101010 0 10000 1010010 111 110000 1010101 110111

Color Harmonies of #EEC72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC72A

Black with #EEC72A

Text Example


Text Example

White with #EEC72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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