Shades of Persimmon #EA540F
Tints of Persimmon #EA540F
RGB
CMYK
RGB Variations
Color information
#EA540F (or 0xEA540F) is known color: Persimmon. HEX triplet: EA, 54 and 0F. RGB value is (234,84,15). Sum of RGB (Red+Green+Blue) = 234+84+15=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA540F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA540F is #15ABF0. Grayscale: #797979. Windows color (decimal): -1420273 or 1004778. OLE color: 1004778.
HSL color Cylindrical-coordinate representation of color #EA540F: hue angle of 18.9º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA540F is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 15 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.08 |
| HSL | 18.9º | 0.88% | 0.49% | - |
| HSV(B) | 18.9º | 0.94% | 0.92% | - |
| XYZ | 37.19 | 23.87 | 3.1 | - |
| YUV | 120.98 | 68.2 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 15 | 0 | 0.64 | 0.94 | 0.08 | 18.9 | 0.88 | 0.49 |
| Hex | EA | 54 | F | 0 | 40 | 5E | 8 | 13 | 58 | 31 |
| Octal | 352 | 124 | 17 | 0 | 100 | 136 | 10 | 23 | 130 | 61 |
| Binary | 11101010 | 1010100 | 1111 | 0 | 1000000 | 1011110 | 1000 | 10011 | 1011000 | 110001 |
Color Harmonies of #EA540F
Complementary color
Monochromatic Colors of #EA540F
Black with #EA540F
Text Example
Text Example
White with #EA540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA540F; }
p { color: rgb(234,84,15); }
H1.HeaderClassName
{
color: #EA540F;
}
.AnyTagClassName
{
color: #EA540F;
}
</style>
background-color css
<style>
a { background-color: #EA540F; }
a { background-color: rgb(234,84,15); }
div.DivClassName
{
background-color: #EA540F;
}
.BgClassName
{
background-color: #EA540F;
}
</style>
border-color css
<style>
span { border-color: #EA540F; }
span { border-color: rgb(234,84,15); }
td.TdClassName
{
border-color: #EA540F;
}
.TagClassName
{
border-color: #EA540F;
}
</style>