#EEBF72

Color #EEBF72 Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #EEBF72

Tints of Harvest Gold #EEBF72

Color information

#EEBF72 (or 0xEEBF72) is unknown color: approx Harvest Gold. HEX triplet: EE, BF and 72. RGB value is (238,191,114). Sum of RGB (Red+Green+Blue) = 238+191+114=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF72 is #11408D. Grayscale: #C4C4C4. Windows color (decimal): -1130638 or 7520238. OLE color: 7520238.

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

Color convert

RGB238191114-
CMYK00.200.520.07
HSL37.26º78.48%69.02%-
HSV(B)37.26º52.1%93.33%-
XYZ56.9356.6523.85-
YUV196.2881.57157.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.83%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 114 (44.92% from 255) = 20.99%
R=43.83%
G=35.17%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819111400.200.520.0737.2678.4869.02
HexEEBF72014347254e45
Octal35627716202464745116105
Binary1110111010111111111001001010011010011110010110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBF72; }

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

 H1.HeaderClassName
 {
   color: #EEBF72;
 }
 .AnyTagClassName
 {
   color: #EEBF72;
 }
</style>
background-color css

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

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

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

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

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

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