Shades of Harvest Gold #EEB26C
Tints of Harvest Gold #EEB26C
RGB
CMYK
RGB Variations
Color information
#EEB26C (or 0xEEB26C) is known color: Harvest Gold. HEX triplet: EE, B2 and 6C. RGB value is (238,178,108). Sum of RGB (Red+Green+Blue) = 238+178+108=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB26C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB26C is #114D93. Grayscale: #BCBCBC. Windows color (decimal): -1133972 or 7123694. OLE color: 7123694.
HSL color Cylindrical-coordinate representation of color #EEB26C: hue angle of 32.31º 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 #EEB26C is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 108 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.07 |
| HSL | 32.31º | 0.79% | 0.68% | - |
| HSV(B) | 32.31º | 0.55% | 0.93% | - |
| XYZ | 53.89 | 51.1 | 21.21 | - |
| YUV | 187.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 108 | 0 | 0.25 | 0.55 | 0.07 | 32.31 | 0.79 | 0.68 |
| Hex | EE | B2 | 6C | 0 | 19 | 37 | 7 | 20 | 4F | 44 |
| Octal | 356 | 262 | 154 | 0 | 31 | 67 | 7 | 40 | 117 | 104 |
| Binary | 11101110 | 10110010 | 1101100 | 0 | 11001 | 110111 | 111 | 100000 | 1001111 | 1000100 |
Color Harmonies of #EEB26C
Complementary color
Monochromatic Colors of #EEB26C
Black with #EEB26C
Text Example
Text Example
White with #EEB26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB26C; }
p { color: rgb(238,178,108); }
H1.HeaderClassName
{
color: #EEB26C;
}
.AnyTagClassName
{
color: #EEB26C;
}
</style>
background-color css
<style>
a { background-color: #EEB26C; }
a { background-color: rgb(238,178,108); }
div.DivClassName
{
background-color: #EEB26C;
}
.BgClassName
{
background-color: #EEB26C;
}
</style>
border-color css
<style>
span { border-color: #EEB26C; }
span { border-color: rgb(238,178,108); }
td.TdClassName
{
border-color: #EEB26C;
}
.TagClassName
{
border-color: #EEB26C;
}
</style>