Shades of Harvest Gold #EFC372
Tints of Harvest Gold #EFC372
RGB
CMYK
RGB Variations
Color information
#EFC372 (or 0xEFC372) is known color: Harvest Gold. HEX triplet: EF, C3 and 72. RGB value is (239,195,114). Sum of RGB (Red+Green+Blue) = 239+195+114=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC372 is #103C8D. Grayscale: #C7C7C7. Windows color (decimal): -1064078 or 7521263. OLE color: 7521263.
HSL color Cylindrical-coordinate representation of color #EFC372: hue angle of 38.88º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFC372 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 114 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.06 |
| HSL | 38.88º | 0.8% | 0.69% | - |
| HSV(B) | 38.88º | 0.52% | 0.94% | - |
| XYZ | 58.15 | 58.6 | 24.16 | - |
| YUV | 198.92 | 80.08 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 114 | 0 | 0.18 | 0.52 | 0.06 | 38.88 | 0.8 | 0.69 |
| Hex | EF | C3 | 72 | 0 | 12 | 34 | 6 | 27 | 50 | 45 |
| Octal | 357 | 303 | 162 | 0 | 22 | 64 | 6 | 47 | 120 | 105 |
| Binary | 11101111 | 11000011 | 1110010 | 0 | 10010 | 110100 | 110 | 100111 | 1010000 | 1000101 |
Color Harmonies of #EFC372
Complementary color
Monochromatic Colors of #EFC372
Black with #EFC372
Text Example
Text Example
White with #EFC372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC372; }
p { color: rgb(239,195,114); }
H1.HeaderClassName
{
color: #EFC372;
}
.AnyTagClassName
{
color: #EFC372;
}
</style>
background-color css
<style>
a { background-color: #EFC372; }
a { background-color: rgb(239,195,114); }
div.DivClassName
{
background-color: #EFC372;
}
.BgClassName
{
background-color: #EFC372;
}
</style>
border-color css
<style>
span { border-color: #EFC372; }
span { border-color: rgb(239,195,114); }
td.TdClassName
{
border-color: #EFC372;
}
.TagClassName
{
border-color: #EFC372;
}
</style>