Shades of Persimmon #E04408
Tints of Persimmon #E04408
RGB
CMYK
RGB Variations
Color information
#E04408 (or 0xE04408) is known color: Persimmon. HEX triplet: E0, 44 and 08. RGB value is (224,68,8). Sum of RGB (Red+Green+Blue) = 224+68+8=300 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.67% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 224 - color contains mainly: red. Hex color #E04408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04408 is #1FBBF7. Grayscale: #6C6C6C. Windows color (decimal): -2079736 or 541920. OLE color: 541920.
HSL color Cylindrical-coordinate representation of color #E04408: hue angle of 16.67º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E04408 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.12 |
| HSL | 16.67º | 0.93% | 0.45% | - |
| HSV(B) | 16.67º | 0.96% | 0.88% | - |
| XYZ | 32.85 | 20 | 2.36 | - |
| YUV | 107.8 | 71.68 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 8 | 0 | 0.70 | 0.96 | 0.12 | 16.67 | 0.93 | 0.45 |
| Hex | E0 | 44 | 8 | 0 | 46 | 60 | C | 11 | 5D | 2D |
| Octal | 340 | 104 | 10 | 0 | 106 | 140 | 14 | 21 | 135 | 55 |
| Binary | 11100000 | 1000100 | 1000 | 0 | 1000110 | 1100000 | 1100 | 10001 | 1011101 | 101101 |
Color Harmonies of #E04408
Complementary color
Monochromatic Colors of #E04408
Black with #E04408
Text Example
Text Example
White with #E04408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04408; }
p { color: rgb(224,68,8); }
H1.HeaderClassName
{
color: #E04408;
}
.AnyTagClassName
{
color: #E04408;
}
</style>
background-color css
<style>
a { background-color: #E04408; }
a { background-color: rgb(224,68,8); }
div.DivClassName
{
background-color: #E04408;
}
.BgClassName
{
background-color: #E04408;
}
</style>
border-color css
<style>
span { border-color: #E04408; }
span { border-color: rgb(224,68,8); }
td.TdClassName
{
border-color: #E04408;
}
.TagClassName
{
border-color: #E04408;
}
</style>