Shades of Harvest Gold #EEB263
Tints of Harvest Gold #EEB263
RGB
CMYK
RGB Variations
Color information
#EEB263 (or 0xEEB263) is known color: Harvest Gold. HEX triplet: EE, B2 and 63. RGB value is (238,178,99). Sum of RGB (Red+Green+Blue) = 238+178+99=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 99 (39.06% from 255 or 19.22% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB263 is #114D9C. Grayscale: #BBBBBB. Windows color (decimal): -1133981 or 6533870. OLE color: 6533870.
HSL color Cylindrical-coordinate representation of color #EEB263: hue angle of 34.1º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEB263 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 99 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.07 |
| HSL | 34.1º | 0.8% | 0.66% | - |
| HSV(B) | 34.1º | 0.58% | 0.93% | - |
| XYZ | 53.43 | 50.92 | 18.82 | - |
| YUV | 186.93 | 78.38 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 99 | 0 | 0.25 | 0.58 | 0.07 | 34.1 | 0.8 | 0.66 |
| Hex | EE | B2 | 63 | 0 | 19 | 3A | 7 | 22 | 50 | 42 |
| Octal | 356 | 262 | 143 | 0 | 31 | 72 | 7 | 42 | 120 | 102 |
| Binary | 11101110 | 10110010 | 1100011 | 0 | 11001 | 111010 | 111 | 100010 | 1010000 | 1000010 |
Color Harmonies of #EEB263
Complementary color
Monochromatic Colors of #EEB263
Black with #EEB263
Text Example
Text Example
White with #EEB263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB263; }
p { color: rgb(238,178,99); }
H1.HeaderClassName
{
color: #EEB263;
}
.AnyTagClassName
{
color: #EEB263;
}
</style>
background-color css
<style>
a { background-color: #EEB263; }
a { background-color: rgb(238,178,99); }
div.DivClassName
{
background-color: #EEB263;
}
.BgClassName
{
background-color: #EEB263;
}
</style>
border-color css
<style>
span { border-color: #EEB263; }
span { border-color: rgb(238,178,99); }
td.TdClassName
{
border-color: #EEB263;
}
.TagClassName
{
border-color: #EEB263;
}
</style>