Shades of Persimmon #E55A03
Tints of Persimmon #E55A03
RGB
CMYK
RGB Variations
Color information
#E55A03 (or 0xE55A03) is known color: Persimmon. HEX triplet: E5, 5A and 03. RGB value is (229,90,3). Sum of RGB (Red+Green+Blue) = 229+90+3=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55A03 is #1AA5FC. Grayscale: #7A7A7A. Windows color (decimal): -1746429 or 219877. OLE color: 219877.
HSL color Cylindrical-coordinate representation of color #E55A03: hue angle of 23.1º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E55A03 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 3 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.10 |
| HSL | 23.1º | 0.97% | 0.45% | - |
| HSV(B) | 23.1º | 0.99% | 0.9% | - |
| XYZ | 35.99 | 23.98 | 2.82 | - |
| YUV | 121.64 | 61.05 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 3 | 0 | 0.61 | 0.99 | 0.10 | 23.1 | 0.97 | 0.45 |
| Hex | E5 | 5A | 3 | 0 | 3D | 63 | A | 17 | 61 | 2D |
| Octal | 345 | 132 | 3 | 0 | 75 | 143 | 12 | 27 | 141 | 55 |
| Binary | 11100101 | 1011010 | 11 | 0 | 111101 | 1100011 | 1010 | 10111 | 1100001 | 101101 |
Color Harmonies of #E55A03
Complementary color
Monochromatic Colors of #E55A03
Black with #E55A03
Text Example
Text Example
White with #E55A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55A03; }
p { color: rgb(229,90,3); }
H1.HeaderClassName
{
color: #E55A03;
}
.AnyTagClassName
{
color: #E55A03;
}
</style>
background-color css
<style>
a { background-color: #E55A03; }
a { background-color: rgb(229,90,3); }
div.DivClassName
{
background-color: #E55A03;
}
.BgClassName
{
background-color: #E55A03;
}
</style>
border-color css
<style>
span { border-color: #E55A03; }
span { border-color: rgb(229,90,3); }
td.TdClassName
{
border-color: #E55A03;
}
.TagClassName
{
border-color: #E55A03;
}
</style>