Shades of Persimmon #EA5E02
Tints of Persimmon #EA5E02
RGB
CMYK
RGB Variations
Color information
#EA5E02 (or 0xEA5E02) is known color: Persimmon. HEX triplet: EA, 5E and 02. RGB value is (234,94,2). Sum of RGB (Red+Green+Blue) = 234+94+2=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5E02 is #15A1FD. Grayscale: #7D7D7D. Windows color (decimal): -1417726 or 155370. OLE color: 155370.
HSL color Cylindrical-coordinate representation of color #EA5E02: hue angle of 23.79º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA5E02 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.08 |
| HSL | 23.79º | 0.98% | 0.46% | - |
| HSV(B) | 23.79º | 0.99% | 0.92% | - |
| XYZ | 37.95 | 25.5 | 2.98 | - |
| YUV | 125.37 | 58.38 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 2 | 0 | 0.60 | 0.99 | 0.08 | 23.79 | 0.98 | 0.46 |
| Hex | EA | 5E | 2 | 0 | 3C | 63 | 8 | 18 | 62 | 2E |
| Octal | 352 | 136 | 2 | 0 | 74 | 143 | 10 | 30 | 142 | 56 |
| Binary | 11101010 | 1011110 | 10 | 0 | 111100 | 1100011 | 1000 | 11000 | 1100010 | 101110 |
Color Harmonies of #EA5E02
Complementary color
Monochromatic Colors of #EA5E02
Black with #EA5E02
Text Example
Text Example
White with #EA5E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E02; }
p { color: rgb(234,94,2); }
H1.HeaderClassName
{
color: #EA5E02;
}
.AnyTagClassName
{
color: #EA5E02;
}
</style>
background-color css
<style>
a { background-color: #EA5E02; }
a { background-color: rgb(234,94,2); }
div.DivClassName
{
background-color: #EA5E02;
}
.BgClassName
{
background-color: #EA5E02;
}
</style>
border-color css
<style>
span { border-color: #EA5E02; }
span { border-color: rgb(234,94,2); }
td.TdClassName
{
border-color: #EA5E02;
}
.TagClassName
{
border-color: #EA5E02;
}
</style>