Shades of Harvest Gold #EEBF70
Tints of Harvest Gold #EEBF70
RGB
CMYK
RGB Variations
Color information
#EEBF70 (or 0xEEBF70) is known color: Harvest Gold. HEX triplet: EE, BF and 70. RGB value is (238,191,112). Sum of RGB (Red+Green+Blue) = 238+191+112=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF70 is #11408F. Grayscale: #C4C4C4. Windows color (decimal): -1130640 or 7389166. OLE color: 7389166.
HSL color Cylindrical-coordinate representation of color #EEBF70: hue angle of 37.62º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEBF70 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 191 | 112 | - |
CMYK | 0 | 0.20 | 0.53 | 0.07 |
HSL | 37.62º | 0.79% | 0.69% | - |
HSV(B) | 37.62º | 0.53% | 0.93% | - |
XYZ | 56.82 | 56.61 | 23.26 | - |
YUV | 196.05 | 80.57 | 157.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 191 | 112 | 0 | 0.20 | 0.53 | 0.07 | 37.62 | 0.79 | 0.69 |
Hex | EE | BF | 70 | 0 | 14 | 35 | 7 | 26 | 4F | 45 |
Octal | 356 | 277 | 160 | 0 | 24 | 65 | 7 | 46 | 117 | 105 |
Binary | 11101110 | 10111111 | 1110000 | 0 | 10100 | 110101 | 111 | 100110 | 1001111 | 1000101 |
Color Harmonies of #EEBF70
Complementary color
Monochromatic Colors of #EEBF70
Black with #EEBF70
Text Example
Text Example
White with #EEBF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF70; }
p { color: rgb(238,191,112); }
H1.HeaderClassName
{
color: #EEBF70;
}
.AnyTagClassName
{
color: #EEBF70;
}
</style>
background-color css
<style>
a { background-color: #EEBF70; }
a { background-color: rgb(238,191,112); }
div.DivClassName
{
background-color: #EEBF70;
}
.BgClassName
{
background-color: #EEBF70;
}
</style>
border-color css
<style>
span { border-color: #EEBF70; }
span { border-color: rgb(238,191,112); }
td.TdClassName
{
border-color: #EEBF70;
}
.TagClassName
{
border-color: #EEBF70;
}
</style>