Shades of Harvest Gold #EEC36B
Tints of Harvest Gold #EEC36B
RGB
CMYK
RGB Variations
Color information
#EEC36B (or 0xEEC36B) is known color: Harvest Gold. HEX triplet: EE, C3 and 6B. RGB value is (238,195,107). Sum of RGB (Red+Green+Blue) = 238+195+107=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC36B is #113C94. Grayscale: #C6C6C6. Windows color (decimal): -1129621 or 7062510. OLE color: 7062510.
HSL color Cylindrical-coordinate representation of color #EEC36B: hue angle of 40.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 #EEC36B is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 107 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.07 |
| HSL | 40.31º | 0.79% | 0.68% | - |
| HSV(B) | 40.31º | 0.55% | 0.93% | - |
| XYZ | 57.43 | 58.27 | 22.13 | - |
| YUV | 197.83 | 76.75 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 107 | 0 | 0.18 | 0.55 | 0.07 | 40.31 | 0.79 | 0.68 |
| Hex | EE | C3 | 6B | 0 | 12 | 37 | 7 | 28 | 4F | 44 |
| Octal | 356 | 303 | 153 | 0 | 22 | 67 | 7 | 50 | 117 | 104 |
| Binary | 11101110 | 11000011 | 1101011 | 0 | 10010 | 110111 | 111 | 101000 | 1001111 | 1000100 |
Color Harmonies of #EEC36B
Complementary color
Monochromatic Colors of #EEC36B
Black with #EEC36B
Text Example
Text Example
White with #EEC36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC36B; }
p { color: rgb(238,195,107); }
H1.HeaderClassName
{
color: #EEC36B;
}
.AnyTagClassName
{
color: #EEC36B;
}
</style>
background-color css
<style>
a { background-color: #EEC36B; }
a { background-color: rgb(238,195,107); }
div.DivClassName
{
background-color: #EEC36B;
}
.BgClassName
{
background-color: #EEC36B;
}
</style>
border-color css
<style>
span { border-color: #EEC36B; }
span { border-color: rgb(238,195,107); }
td.TdClassName
{
border-color: #EEC36B;
}
.TagClassName
{
border-color: #EEC36B;
}
</style>