Shades of Persimmon #EE4C14
Tints of Persimmon #EE4C14
RGB
CMYK
RGB Variations
Color information
#EE4C14 (or 0xEE4C14) is known color: Persimmon. HEX triplet: EE, 4C and 14. RGB value is (238,76,20). Sum of RGB (Red+Green+Blue) = 238+76+20=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4C14 is #11B3EB. Grayscale: #767676. Windows color (decimal): -1160172 or 1330414. OLE color: 1330414.
HSL color Cylindrical-coordinate representation of color #EE4C14: hue angle of 15.41º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE4C14 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 76 | 20 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.07 |
| HSL | 15.41º | 0.87% | 0.51% | - |
| HSV(B) | 15.41º | 0.92% | 0.93% | - |
| XYZ | 37.97 | 23.4 | 3.18 | - |
| YUV | 118.05 | 72.67 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 76 | 20 | 0 | 0.68 | 0.92 | 0.07 | 15.41 | 0.87 | 0.51 |
| Hex | EE | 4C | 14 | 0 | 44 | 5C | 7 | F | 57 | 33 |
| Octal | 356 | 114 | 24 | 0 | 104 | 134 | 7 | 17 | 127 | 63 |
| Binary | 11101110 | 1001100 | 10100 | 0 | 1000100 | 1011100 | 111 | 1111 | 1010111 | 110011 |
Color Harmonies of #EE4C14
Complementary color
Monochromatic Colors of #EE4C14
Black with #EE4C14
Text Example
Text Example
White with #EE4C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4C14; }
p { color: rgb(238,76,20); }
H1.HeaderClassName
{
color: #EE4C14;
}
.AnyTagClassName
{
color: #EE4C14;
}
</style>
background-color css
<style>
a { background-color: #EE4C14; }
a { background-color: rgb(238,76,20); }
div.DivClassName
{
background-color: #EE4C14;
}
.BgClassName
{
background-color: #EE4C14;
}
</style>
border-color css
<style>
span { border-color: #EE4C14; }
span { border-color: rgb(238,76,20); }
td.TdClassName
{
border-color: #EE4C14;
}
.TagClassName
{
border-color: #EE4C14;
}
</style>