Shades of Persimmon #E85A02
Tints of Persimmon #E85A02
RGB
CMYK
RGB Variations
Color information
#E85A02 (or 0xE85A02) is known color: Persimmon. HEX triplet: E8, 5A and 02. RGB value is (232,90,2). Sum of RGB (Red+Green+Blue) = 232+90+2=324 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.60% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85A02 is #17A5FD. Grayscale: #7A7A7A. Windows color (decimal): -1549822 or 154344. OLE color: 154344.
HSL color Cylindrical-coordinate representation of color #E85A02: hue angle of 22.96º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E85A02 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.09 |
| HSL | 22.96º | 0.98% | 0.46% | - |
| HSV(B) | 22.96º | 0.99% | 0.91% | - |
| XYZ | 36.95 | 24.47 | 2.83 | - |
| YUV | 122.43 | 60.04 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 2 | 0 | 0.61 | 0.99 | 0.09 | 22.96 | 0.98 | 0.46 |
| Hex | E8 | 5A | 2 | 0 | 3D | 63 | 9 | 17 | 62 | 2E |
| Octal | 350 | 132 | 2 | 0 | 75 | 143 | 11 | 27 | 142 | 56 |
| Binary | 11101000 | 1011010 | 10 | 0 | 111101 | 1100011 | 1001 | 10111 | 1100010 | 101110 |
Color Harmonies of #E85A02
Complementary color
Monochromatic Colors of #E85A02
Black with #E85A02
Text Example
Text Example
White with #E85A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A02; }
p { color: rgb(232,90,2); }
H1.HeaderClassName
{
color: #E85A02;
}
.AnyTagClassName
{
color: #E85A02;
}
</style>
background-color css
<style>
a { background-color: #E85A02; }
a { background-color: rgb(232,90,2); }
div.DivClassName
{
background-color: #E85A02;
}
.BgClassName
{
background-color: #E85A02;
}
</style>
border-color css
<style>
span { border-color: #E85A02; }
span { border-color: rgb(232,90,2); }
td.TdClassName
{
border-color: #E85A02;
}
.TagClassName
{
border-color: #E85A02;
}
</style>