Shades of Harvest Gold #EEC367
Tints of Harvest Gold #EEC367
RGB
CMYK
RGB Variations
Color information
#EEC367 (or 0xEEC367) is known color: Harvest Gold. HEX triplet: EE, C3 and 67. RGB value is (238,195,103). Sum of RGB (Red+Green+Blue) = 238+195+103=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 103 (40.62% from 255 or 19.22% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC367 is #113C98. Grayscale: #C5C5C5. Windows color (decimal): -1129625 or 6800366. OLE color: 6800366.
HSL color Cylindrical-coordinate representation of color #EEC367: hue angle of 40.89º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EEC367 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 103 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.07 |
| HSL | 40.89º | 0.8% | 0.67% | - |
| HSV(B) | 40.89º | 0.57% | 0.93% | - |
| XYZ | 57.22 | 58.19 | 21.05 | - |
| YUV | 197.37 | 74.75 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 103 | 0 | 0.18 | 0.57 | 0.07 | 40.89 | 0.8 | 0.67 |
| Hex | EE | C3 | 67 | 0 | 12 | 39 | 7 | 29 | 50 | 43 |
| Octal | 356 | 303 | 147 | 0 | 22 | 71 | 7 | 51 | 120 | 103 |
| Binary | 11101110 | 11000011 | 1100111 | 0 | 10010 | 111001 | 111 | 101001 | 1010000 | 1000011 |
Color Harmonies of #EEC367
Complementary color
Monochromatic Colors of #EEC367
Black with #EEC367
Text Example
Text Example
White with #EEC367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC367; }
p { color: rgb(238,195,103); }
H1.HeaderClassName
{
color: #EEC367;
}
.AnyTagClassName
{
color: #EEC367;
}
</style>
background-color css
<style>
a { background-color: #EEC367; }
a { background-color: rgb(238,195,103); }
div.DivClassName
{
background-color: #EEC367;
}
.BgClassName
{
background-color: #EEC367;
}
</style>
border-color css
<style>
span { border-color: #EEC367; }
span { border-color: rgb(238,195,103); }
td.TdClassName
{
border-color: #EEC367;
}
.TagClassName
{
border-color: #EEC367;
}
</style>