Shades of Persimmon #EA5E03
Tints of Persimmon #EA5E03
RGB
CMYK
RGB Variations
Color information
#EA5E03 (or 0xEA5E03) is known color: Persimmon. HEX triplet: EA, 5E and 03. RGB value is (234,94,3). Sum of RGB (Red+Green+Blue) = 234+94+3=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5E03 is #15A1FC. Grayscale: #7D7D7D. Windows color (decimal): -1417725 or 220906. OLE color: 220906.
HSL color Cylindrical-coordinate representation of color #EA5E03: hue angle of 23.64º degrees, saturation: 0.97, 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 #EA5E03 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 3 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.08 |
| HSL | 23.64º | 0.97% | 0.46% | - |
| HSV(B) | 23.64º | 0.99% | 0.92% | - |
| XYZ | 37.95 | 25.5 | 3.01 | - |
| YUV | 125.49 | 58.88 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 3 | 0 | 0.60 | 0.99 | 0.08 | 23.64 | 0.97 | 0.46 |
| Hex | EA | 5E | 3 | 0 | 3C | 63 | 8 | 18 | 61 | 2E |
| Octal | 352 | 136 | 3 | 0 | 74 | 143 | 10 | 30 | 141 | 56 |
| Binary | 11101010 | 1011110 | 11 | 0 | 111100 | 1100011 | 1000 | 11000 | 1100001 | 101110 |
Color Harmonies of #EA5E03
Complementary color
Monochromatic Colors of #EA5E03
Black with #EA5E03
Text Example
Text Example
White with #EA5E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E03; }
p { color: rgb(234,94,3); }
H1.HeaderClassName
{
color: #EA5E03;
}
.AnyTagClassName
{
color: #EA5E03;
}
</style>
background-color css
<style>
a { background-color: #EA5E03; }
a { background-color: rgb(234,94,3); }
div.DivClassName
{
background-color: #EA5E03;
}
.BgClassName
{
background-color: #EA5E03;
}
</style>
border-color css
<style>
span { border-color: #EA5E03; }
span { border-color: rgb(234,94,3); }
td.TdClassName
{
border-color: #EA5E03;
}
.TagClassName
{
border-color: #EA5E03;
}
</style>