Shades of Persimmon #E85C03
Tints of Persimmon #E85C03
RGB
CMYK
RGB Variations
Color information
#E85C03 (or 0xE85C03) is known color: Persimmon. HEX triplet: E8, 5C and 03. RGB value is (232,92,3). Sum of RGB (Red+Green+Blue) = 232+92+3=327 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.95% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85C03 is #17A3FC. Grayscale: #7C7C7C. Windows color (decimal): -1549309 or 220392. OLE color: 220392.
HSL color Cylindrical-coordinate representation of color #E85C03: hue angle of 23.32º degrees, saturation: 0.97, 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 #E85C03 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 3 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.09 |
| HSL | 23.32º | 0.97% | 0.46% | - |
| HSV(B) | 23.32º | 0.99% | 0.91% | - |
| XYZ | 37.12 | 24.82 | 2.92 | - |
| YUV | 123.71 | 59.88 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 3 | 0 | 0.60 | 0.99 | 0.09 | 23.32 | 0.97 | 0.46 |
| Hex | E8 | 5C | 3 | 0 | 3C | 63 | 9 | 17 | 61 | 2E |
| Octal | 350 | 134 | 3 | 0 | 74 | 143 | 11 | 27 | 141 | 56 |
| Binary | 11101000 | 1011100 | 11 | 0 | 111100 | 1100011 | 1001 | 10111 | 1100001 | 101110 |
Color Harmonies of #E85C03
Complementary color
Monochromatic Colors of #E85C03
Black with #E85C03
Text Example
Text Example
White with #E85C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C03; }
p { color: rgb(232,92,3); }
H1.HeaderClassName
{
color: #E85C03;
}
.AnyTagClassName
{
color: #E85C03;
}
</style>
background-color css
<style>
a { background-color: #E85C03; }
a { background-color: rgb(232,92,3); }
div.DivClassName
{
background-color: #E85C03;
}
.BgClassName
{
background-color: #E85C03;
}
</style>
border-color css
<style>
span { border-color: #E85C03; }
span { border-color: rgb(232,92,3); }
td.TdClassName
{
border-color: #E85C03;
}
.TagClassName
{
border-color: #E85C03;
}
</style>