Shades of Harvest Gold #EEB16B
Tints of Harvest Gold #EEB16B
RGB
CMYK
RGB Variations
Color information
#EEB16B (or 0xEEB16B) is known color: Harvest Gold. HEX triplet: EE, B1 and 6B. RGB value is (238,177,107). Sum of RGB (Red+Green+Blue) = 238+177+107=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB16B is #114E94. Grayscale: #BBBBBB. Windows color (decimal): -1134229 or 7057902. OLE color: 7057902.
HSL color Cylindrical-coordinate representation of color #EEB16B: hue angle of 32.06º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEB16B is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 107 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.07 |
| HSL | 32.06º | 0.79% | 0.68% | - |
| HSV(B) | 32.06º | 0.55% | 0.93% | - |
| XYZ | 53.64 | 50.68 | 20.87 | - |
| YUV | 187.26 | 82.71 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 107 | 0 | 0.26 | 0.55 | 0.07 | 32.06 | 0.79 | 0.68 |
| Hex | EE | B1 | 6B | 0 | 1A | 37 | 7 | 20 | 4F | 44 |
| Octal | 356 | 261 | 153 | 0 | 32 | 67 | 7 | 40 | 117 | 104 |
| Binary | 11101110 | 10110001 | 1101011 | 0 | 11010 | 110111 | 111 | 100000 | 1001111 | 1000100 |
Color Harmonies of #EEB16B
Complementary color
Monochromatic Colors of #EEB16B
Black with #EEB16B
Text Example
Text Example
White with #EEB16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB16B; }
p { color: rgb(238,177,107); }
H1.HeaderClassName
{
color: #EEB16B;
}
.AnyTagClassName
{
color: #EEB16B;
}
</style>
background-color css
<style>
a { background-color: #EEB16B; }
a { background-color: rgb(238,177,107); }
div.DivClassName
{
background-color: #EEB16B;
}
.BgClassName
{
background-color: #EEB16B;
}
</style>
border-color css
<style>
span { border-color: #EEB16B; }
span { border-color: rgb(238,177,107); }
td.TdClassName
{
border-color: #EEB16B;
}
.TagClassName
{
border-color: #EEB16B;
}
</style>