#eebf75

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

Shades of Harvest Gold #EEBF75

Tints of Harvest Gold #EEBF75

Color information

#EEBF75 (or 0xEEBF75) is unknown color: approx Harvest Gold. HEX triplet: EE, BF and 75. RGB value is (238,191,117). Sum of RGB (Red+Green+Blue) = 238+191+117=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF75 is #11408A. Grayscale: #C4C4C4. Windows color (decimal): -1130635 or 7716846. OLE color: 7716846.

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

Color convert

RGB238191117-
CMYK00.200.510.07
HSL36.69º78.06%69.61%-
HSV(B)36.69º50.84%93.33%-
XYZ57.156.7224.77-
YUV196.6283.07157.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.59%
GREEN value IS 191 (75% from 255) = 34.98%
BLUE value IS 117 (46.09% from 255) = 21.43%
R=43.59%
G=34.98%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819111700.200.510.0736.6978.0669.61
HexEEBF75014337254e46
Octal35627716502463745116106
Binary1110111010111111111010101010011001111110010110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eebf75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eebf75; }

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

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

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

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

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

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

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

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