Shades of Persimmon #E55F02
Tints of Persimmon #E55F02
RGB
CMYK
RGB Variations
Color information
#E55F02 (or 0xE55F02) is known color: Persimmon. HEX triplet: E5, 5F and 02. RGB value is (229,95,2). Sum of RGB (Red+Green+Blue) = 229+95+2=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55F02 is #1AA0FD. Grayscale: #7C7C7C. Windows color (decimal): -1745150 or 155621. OLE color: 155621.
HSL color Cylindrical-coordinate representation of color #E55F02: hue angle of 24.58º degrees, saturation: 0.98, 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 #E55F02 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.10 |
| HSL | 24.58º | 0.98% | 0.45% | - |
| HSV(B) | 24.58º | 0.99% | 0.9% | - |
| XYZ | 36.42 | 24.85 | 2.93 | - |
| YUV | 124.46 | 58.89 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 2 | 0 | 0.59 | 0.99 | 0.10 | 24.58 | 0.98 | 0.45 |
| Hex | E5 | 5F | 2 | 0 | 3B | 63 | A | 19 | 62 | 2D |
| Octal | 345 | 137 | 2 | 0 | 73 | 143 | 12 | 31 | 142 | 55 |
| Binary | 11100101 | 1011111 | 10 | 0 | 111011 | 1100011 | 1010 | 11001 | 1100010 | 101101 |
Color Harmonies of #E55F02
Complementary color
Monochromatic Colors of #E55F02
Black with #E55F02
Text Example
Text Example
White with #E55F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F02; }
p { color: rgb(229,95,2); }
H1.HeaderClassName
{
color: #E55F02;
}
.AnyTagClassName
{
color: #E55F02;
}
</style>
background-color css
<style>
a { background-color: #E55F02; }
a { background-color: rgb(229,95,2); }
div.DivClassName
{
background-color: #E55F02;
}
.BgClassName
{
background-color: #E55F02;
}
</style>
border-color css
<style>
span { border-color: #E55F02; }
span { border-color: rgb(229,95,2); }
td.TdClassName
{
border-color: #E55F02;
}
.TagClassName
{
border-color: #E55F02;
}
</style>