Shades of Persimmon #E14308
Tints of Persimmon #E14308
RGB
CMYK
RGB Variations
Color information
#E14308 (or 0xE14308) is known color: Persimmon. HEX triplet: E1, 43 and 08. RGB value is (225,67,8). Sum of RGB (Red+Green+Blue) = 225+67+8=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E14308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14308 is #1EBCF7. Grayscale: #6B6B6B. Windows color (decimal): -2014456 or 541665. OLE color: 541665.
HSL color Cylindrical-coordinate representation of color #E14308: hue angle of 16.31º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E14308 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.12 |
| HSL | 16.31º | 0.93% | 0.46% | - |
| HSV(B) | 16.31º | 0.96% | 0.88% | - |
| XYZ | 33.1 | 20.04 | 2.35 | - |
| YUV | 107.52 | 71.85 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 8 | 0 | 0.70 | 0.96 | 0.12 | 16.31 | 0.93 | 0.46 |
| Hex | E1 | 43 | 8 | 0 | 46 | 60 | C | 10 | 5D | 2E |
| Octal | 341 | 103 | 10 | 0 | 106 | 140 | 14 | 20 | 135 | 56 |
| Binary | 11100001 | 1000011 | 1000 | 0 | 1000110 | 1100000 | 1100 | 10000 | 1011101 | 101110 |
Color Harmonies of #E14308
Complementary color
Monochromatic Colors of #E14308
Black with #E14308
Text Example
Text Example
White with #E14308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14308; }
p { color: rgb(225,67,8); }
H1.HeaderClassName
{
color: #E14308;
}
.AnyTagClassName
{
color: #E14308;
}
</style>
background-color css
<style>
a { background-color: #E14308; }
a { background-color: rgb(225,67,8); }
div.DivClassName
{
background-color: #E14308;
}
.BgClassName
{
background-color: #E14308;
}
</style>
border-color css
<style>
span { border-color: #E14308; }
span { border-color: rgb(225,67,8); }
td.TdClassName
{
border-color: #E14308;
}
.TagClassName
{
border-color: #E14308;
}
</style>