Shades of Persimmon #EE4E19
Tints of Persimmon #EE4E19
RGB
CMYK
RGB Variations
Color information
#EE4E19 (or 0xEE4E19) is known color: Persimmon. HEX triplet: EE, 4E and 19. RGB value is (238,78,25). Sum of RGB (Red+Green+Blue) = 238+78+25=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4E19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE4E19 is #11B1E6. Grayscale: #787878. Windows color (decimal): -1159655 or 1658606. OLE color: 1658606.
HSL color Cylindrical-coordinate representation of color #EE4E19: hue angle of 14.93º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE4E19 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 78 | 25 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.07 |
| HSL | 14.93º | 0.86% | 0.52% | - |
| HSV(B) | 14.93º | 0.89% | 0.93% | - |
| XYZ | 38.16 | 23.7 | 3.48 | - |
| YUV | 119.8 | 74.51 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 78 | 25 | 0 | 0.67 | 0.89 | 0.07 | 14.93 | 0.86 | 0.52 |
| Hex | EE | 4E | 19 | 0 | 43 | 59 | 7 | F | 56 | 34 |
| Octal | 356 | 116 | 31 | 0 | 103 | 131 | 7 | 17 | 126 | 64 |
| Binary | 11101110 | 1001110 | 11001 | 0 | 1000011 | 1011001 | 111 | 1111 | 1010110 | 110100 |
Color Harmonies of #EE4E19
Complementary color
Monochromatic Colors of #EE4E19
Black with #EE4E19
Text Example
Text Example
White with #EE4E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4E19; }
p { color: rgb(238,78,25); }
H1.HeaderClassName
{
color: #EE4E19;
}
.AnyTagClassName
{
color: #EE4E19;
}
</style>
background-color css
<style>
a { background-color: #EE4E19; }
a { background-color: rgb(238,78,25); }
div.DivClassName
{
background-color: #EE4E19;
}
.BgClassName
{
background-color: #EE4E19;
}
</style>
border-color css
<style>
span { border-color: #EE4E19; }
span { border-color: rgb(238,78,25); }
td.TdClassName
{
border-color: #EE4E19;
}
.TagClassName
{
border-color: #EE4E19;
}
</style>