Shades of Harvest Gold #EEB26A
Tints of Harvest Gold #EEB26A
RGB
CMYK
RGB Variations
Color information
#EEB26A (or 0xEEB26A) is known color: Harvest Gold. HEX triplet: EE, B2 and 6A. RGB value is (238,178,106). Sum of RGB (Red+Green+Blue) = 238+178+106=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB26A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB26A is #114D95. Grayscale: #BCBCBC. Windows color (decimal): -1133974 or 6992622. OLE color: 6992622.
HSL color Cylindrical-coordinate representation of color #EEB26A: hue angle of 32.73º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEB26A is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 106 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.07 |
| HSL | 32.73º | 0.8% | 0.67% | - |
| HSV(B) | 32.73º | 0.55% | 0.93% | - |
| XYZ | 53.78 | 51.06 | 20.66 | - |
| YUV | 187.73 | 81.88 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 106 | 0 | 0.25 | 0.55 | 0.07 | 32.73 | 0.8 | 0.67 |
| Hex | EE | B2 | 6A | 0 | 19 | 37 | 7 | 21 | 50 | 43 |
| Octal | 356 | 262 | 152 | 0 | 31 | 67 | 7 | 41 | 120 | 103 |
| Binary | 11101110 | 10110010 | 1101010 | 0 | 11001 | 110111 | 111 | 100001 | 1010000 | 1000011 |
Color Harmonies of #EEB26A
Complementary color
Monochromatic Colors of #EEB26A
Black with #EEB26A
Text Example
Text Example
White with #EEB26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB26A; }
p { color: rgb(238,178,106); }
H1.HeaderClassName
{
color: #EEB26A;
}
.AnyTagClassName
{
color: #EEB26A;
}
</style>
background-color css
<style>
a { background-color: #EEB26A; }
a { background-color: rgb(238,178,106); }
div.DivClassName
{
background-color: #EEB26A;
}
.BgClassName
{
background-color: #EEB26A;
}
</style>
border-color css
<style>
span { border-color: #EEB26A; }
span { border-color: rgb(238,178,106); }
td.TdClassName
{
border-color: #EEB26A;
}
.TagClassName
{
border-color: #EEB26A;
}
</style>