Shades of Persimmon #E64E02
Tints of Persimmon #E64E02
RGB
CMYK
RGB Variations
Color information
#E64E02 (or 0xE64E02) is known color: Persimmon. HEX triplet: E6, 4E and 02. RGB value is (230,78,2). Sum of RGB (Red+Green+Blue) = 230+78+2=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E64E02 is #19B1FD. Grayscale: #737373. Windows color (decimal): -1683966 or 151270. OLE color: 151270.
HSL color Cylindrical-coordinate representation of color #E64E02: hue angle of 20º 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 #E64E02 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.10 |
| HSL | 20º | 0.98% | 0.45% | - |
| HSV(B) | 20º | 0.99% | 0.9% | - |
| XYZ | 35.37 | 22.28 | 2.49 | - |
| YUV | 114.78 | 64.36 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 2 | 0 | 0.66 | 0.99 | 0.10 | 20 | 0.98 | 0.45 |
| Hex | E6 | 4E | 2 | 0 | 42 | 63 | A | 14 | 62 | 2D |
| Octal | 346 | 116 | 2 | 0 | 102 | 143 | 12 | 24 | 142 | 55 |
| Binary | 11100110 | 1001110 | 10 | 0 | 1000010 | 1100011 | 1010 | 10100 | 1100010 | 101101 |
Color Harmonies of #E64E02
Complementary color
Monochromatic Colors of #E64E02
Black with #E64E02
Text Example
Text Example
White with #E64E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64E02; }
p { color: rgb(230,78,2); }
H1.HeaderClassName
{
color: #E64E02;
}
.AnyTagClassName
{
color: #E64E02;
}
</style>
background-color css
<style>
a { background-color: #E64E02; }
a { background-color: rgb(230,78,2); }
div.DivClassName
{
background-color: #E64E02;
}
.BgClassName
{
background-color: #E64E02;
}
</style>
border-color css
<style>
span { border-color: #E64E02; }
span { border-color: rgb(230,78,2); }
td.TdClassName
{
border-color: #E64E02;
}
.TagClassName
{
border-color: #E64E02;
}
</style>