Shades of Persimmon #E24208
Tints of Persimmon #E24208
RGB
CMYK
RGB Variations
Color information
#E24208 (or 0xE24208) is known color: Persimmon. HEX triplet: E2, 42 and 08. RGB value is (226,66,8). Sum of RGB (Red+Green+Blue) = 226+66+8=300 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.33% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 226 - color contains mainly: red. Hex color #E24208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24208 is #1DBDF7. Grayscale: #6B6B6B. Windows color (decimal): -1949176 or 541410. OLE color: 541410.
HSL color Cylindrical-coordinate representation of color #E24208: hue angle of 15.96º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E24208 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 8 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.11 |
| HSL | 15.96º | 0.93% | 0.46% | - |
| HSV(B) | 15.96º | 0.96% | 0.89% | - |
| XYZ | 33.36 | 20.08 | 2.35 | - |
| YUV | 107.23 | 72.01 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 8 | 0 | 0.71 | 0.96 | 0.11 | 15.96 | 0.93 | 0.46 |
| Hex | E2 | 42 | 8 | 0 | 47 | 60 | B | 10 | 5D | 2E |
| Octal | 342 | 102 | 10 | 0 | 107 | 140 | 13 | 20 | 135 | 56 |
| Binary | 11100010 | 1000010 | 1000 | 0 | 1000111 | 1100000 | 1011 | 10000 | 1011101 | 101110 |
Color Harmonies of #E24208
Complementary color
Monochromatic Colors of #E24208
Black with #E24208
Text Example
Text Example
White with #E24208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24208; }
p { color: rgb(226,66,8); }
H1.HeaderClassName
{
color: #E24208;
}
.AnyTagClassName
{
color: #E24208;
}
</style>
background-color css
<style>
a { background-color: #E24208; }
a { background-color: rgb(226,66,8); }
div.DivClassName
{
background-color: #E24208;
}
.BgClassName
{
background-color: #E24208;
}
</style>
border-color css
<style>
span { border-color: #E24208; }
span { border-color: rgb(226,66,8); }
td.TdClassName
{
border-color: #E24208;
}
.TagClassName
{
border-color: #E24208;
}
</style>