Html Css Color HEX #EEC72F Golden Dream

📋 copy color: '#EEC72F'

red 238 ◦ green 199 ◦ blue 47

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

Shades of Golden Dream #EEC72F

Tints of Golden Dream #EEC72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.71%

R = 49.17%
G = 41.12%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EEC72F (or 0xEEC72F) is known color: Golden Dream. HEX triplet: EE, C7 and 2F. RGB value is (238,199,47). Sum of RGB (Red+Green+Blue) = 238+199+47=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 47 (18.75% from 255 or 9.71% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC72F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC72F is #1138D0. Grayscale: #C1C1C1. Windows color (decimal): -1128657 or 3131374. OLE color: 3131374.

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

Color convert

RGB 238 199 47 -
CMYK 0 0.16 0.80 0.07
HSL 47.75º 0.85% 0.56% -
HSV(B) 47.75º 0.8% 0.93% -
XYZ 56.2 59.23 11.16 -
YUV 193.33 45.42 159.86 -
System Red Green Blue C M Y K H S L
Decimal 238 199 47 0 0.16 0.80 0.07 47.75 0.85 0.56
Hex EE C7 2F 0 10 50 7 30 55 38
Octal 356 307 57 0 20 120 7 60 125 70
Binary 11101110 11000111 101111 0 10000 1010000 111 110000 1010101 111000

Color Harmonies of #EEC72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC72F

Black with #EEC72F

Text Example


Text Example

White with #EEC72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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