Shades of Persimmon #E5420C
Tints of Persimmon #E5420C
RGB
CMYK
RGB Variations
Color information
#E5420C (or 0xE5420C) is known color: Persimmon. HEX triplet: E5, 42 and 0C. RGB value is (229,66,12). Sum of RGB (Red+Green+Blue) = 229+66+12=307 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.59% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 229 - color contains mainly: red. Hex color #E5420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5420C is #1ABDF3. Grayscale: #6C6C6C. Windows color (decimal): -1752564 or 803557. OLE color: 803557.
HSL color Cylindrical-coordinate representation of color #E5420C: hue angle of 14.93º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5420C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.10 |
| HSL | 14.93º | 0.9% | 0.47% | - |
| HSV(B) | 14.93º | 0.95% | 0.9% | - |
| XYZ | 34.33 | 20.58 | 2.51 | - |
| YUV | 108.58 | 73.5 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 12 | 0 | 0.71 | 0.95 | 0.10 | 14.93 | 0.9 | 0.47 |
| Hex | E5 | 42 | C | 0 | 47 | 5F | A | F | 5A | 2F |
| Octal | 345 | 102 | 14 | 0 | 107 | 137 | 12 | 17 | 132 | 57 |
| Binary | 11100101 | 1000010 | 1100 | 0 | 1000111 | 1011111 | 1010 | 1111 | 1011010 | 101111 |
Color Harmonies of #E5420C
Complementary color
Monochromatic Colors of #E5420C
Black with #E5420C
Text Example
Text Example
White with #E5420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5420C; }
p { color: rgb(229,66,12); }
H1.HeaderClassName
{
color: #E5420C;
}
.AnyTagClassName
{
color: #E5420C;
}
</style>
background-color css
<style>
a { background-color: #E5420C; }
a { background-color: rgb(229,66,12); }
div.DivClassName
{
background-color: #E5420C;
}
.BgClassName
{
background-color: #E5420C;
}
</style>
border-color css
<style>
span { border-color: #E5420C; }
span { border-color: rgb(229,66,12); }
td.TdClassName
{
border-color: #E5420C;
}
.TagClassName
{
border-color: #E5420C;
}
</style>