Html Css Color HEX #EEBF74 Harvest Gold

📋 copy color: '#EEBF74'

red 238 ◦ green 191 ◦ blue 116

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

Shades of Harvest Gold #EEBF74

Tints of Harvest Gold #EEBF74

RGB

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

 GREEN value IS 191 (75% from 255) = 35.05%

 BLUE value IS 116 (45.7% from 255) = 21.28%

R = 43.67%
G = 35.05%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EEBF74 (or 0xEEBF74) is known color: Harvest Gold. HEX triplet: EE, BF and 74. RGB value is (238,191,116). Sum of RGB (Red+Green+Blue) = 238+191+116=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF74 is #11408B. Grayscale: #C4C4C4. Windows color (decimal): -1130636 or 7651310. OLE color: 7651310.

HSL color Cylindrical-coordinate representation of color #EEBF74: hue angle of 36.89º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEBF74 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 191 116 -
CMYK 0 0.20 0.51 0.07
HSL 36.89º 0.78% 0.69% -
HSV(B) 36.89º 0.51% 0.93% -
XYZ 57.04 56.7 24.46 -
YUV 196.5 82.57 157.6 -
System Red Green Blue C M Y K H S L
Decimal 238 191 116 0 0.20 0.51 0.07 36.89 0.78 0.69
Hex EE BF 74 0 14 33 7 25 4E 45
Octal 356 277 164 0 24 63 7 45 116 105
Binary 11101110 10111111 1110100 0 10100 110011 111 100101 1001110 1000101

Color Harmonies of #EEBF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBF74

Black with #EEBF74

Text Example


Text Example

White with #EEBF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBF74; }

 p { color: rgb(238,191,116); }

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

background-color css

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

 a { background-color: rgb(238,191,116); }

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

border-color css

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

 span { border-color: rgb(238,191,116); }

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