Shades of Persimmon #EA540C
Tints of Persimmon #EA540C
RGB
CMYK
RGB Variations
Color information
#EA540C (or 0xEA540C) is known color: Persimmon. HEX triplet: EA, 54 and 0C. RGB value is (234,84,12). Sum of RGB (Red+Green+Blue) = 234+84+12=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA540C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA540C is #15ABF3. Grayscale: #797979. Windows color (decimal): -1420276 or 808170. OLE color: 808170.
HSL color Cylindrical-coordinate representation of color #EA540C: hue angle of 19.46º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA540C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.08 |
| HSL | 19.46º | 0.9% | 0.48% | - |
| HSV(B) | 19.46º | 0.95% | 0.92% | - |
| XYZ | 37.17 | 23.86 | 2.99 | - |
| YUV | 120.64 | 66.7 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 12 | 0 | 0.64 | 0.95 | 0.08 | 19.46 | 0.9 | 0.48 |
| Hex | EA | 54 | C | 0 | 40 | 5F | 8 | 13 | 5A | 30 |
| Octal | 352 | 124 | 14 | 0 | 100 | 137 | 10 | 23 | 132 | 60 |
| Binary | 11101010 | 1010100 | 1100 | 0 | 1000000 | 1011111 | 1000 | 10011 | 1011010 | 110000 |
Color Harmonies of #EA540C
Complementary color
Monochromatic Colors of #EA540C
Black with #EA540C
Text Example
Text Example
White with #EA540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA540C; }
p { color: rgb(234,84,12); }
H1.HeaderClassName
{
color: #EA540C;
}
.AnyTagClassName
{
color: #EA540C;
}
</style>
background-color css
<style>
a { background-color: #EA540C; }
a { background-color: rgb(234,84,12); }
div.DivClassName
{
background-color: #EA540C;
}
.BgClassName
{
background-color: #EA540C;
}
</style>
border-color css
<style>
span { border-color: #EA540C; }
span { border-color: rgb(234,84,12); }
td.TdClassName
{
border-color: #EA540C;
}
.TagClassName
{
border-color: #EA540C;
}
</style>