Shades of Persimmon #EA5E1A
Tints of Persimmon #EA5E1A
RGB
CMYK
RGB Variations
Color information
#EA5E1A (or 0xEA5E1A) is known color: Persimmon. HEX triplet: EA, 5E and 1A. RGB value is (234,94,26). Sum of RGB (Red+Green+Blue) = 234+94+26=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E1A is #15A1E5. Grayscale: #808080. Windows color (decimal): -1417702 or 1728234. OLE color: 1728234.
HSL color Cylindrical-coordinate representation of color #EA5E1A: hue angle of 19.62º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA5E1A is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 26 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.08 |
| HSL | 19.62º | 0.83% | 0.51% | - |
| HSV(B) | 19.62º | 0.89% | 0.92% | - |
| XYZ | 38.12 | 25.57 | 3.9 | - |
| YUV | 128.11 | 70.38 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 26 | 0 | 0.60 | 0.89 | 0.08 | 19.62 | 0.83 | 0.51 |
| Hex | EA | 5E | 1A | 0 | 3C | 59 | 8 | 14 | 53 | 33 |
| Octal | 352 | 136 | 32 | 0 | 74 | 131 | 10 | 24 | 123 | 63 |
| Binary | 11101010 | 1011110 | 11010 | 0 | 111100 | 1011001 | 1000 | 10100 | 1010011 | 110011 |
Color Harmonies of #EA5E1A
Complementary color
Monochromatic Colors of #EA5E1A
Black with #EA5E1A
Text Example
Text Example
White with #EA5E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E1A; }
p { color: rgb(234,94,26); }
H1.HeaderClassName
{
color: #EA5E1A;
}
.AnyTagClassName
{
color: #EA5E1A;
}
</style>
background-color css
<style>
a { background-color: #EA5E1A; }
a { background-color: rgb(234,94,26); }
div.DivClassName
{
background-color: #EA5E1A;
}
.BgClassName
{
background-color: #EA5E1A;
}
</style>
border-color css
<style>
span { border-color: #EA5E1A; }
span { border-color: rgb(234,94,26); }
td.TdClassName
{
border-color: #EA5E1A;
}
.TagClassName
{
border-color: #EA5E1A;
}
</style>