Shades of Persimmon #E64802
Tints of Persimmon #E64802
RGB
CMYK
RGB Variations
Color information
#E64802 (or 0xE64802) is known color: Persimmon. HEX triplet: E6, 48 and 02. RGB value is (230,72,2). Sum of RGB (Red+Green+Blue) = 230+72+2=304 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.66% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 230 - color contains mainly: red. Hex color #E64802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64802 is #19B7FD. Grayscale: #6F6F6F. Windows color (decimal): -1685502 or 149734. OLE color: 149734.
HSL color Cylindrical-coordinate representation of color #E64802: hue angle of 18.42º 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 #E64802 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 72 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.10 |
| HSL | 18.42º | 0.98% | 0.45% | - |
| HSV(B) | 18.42º | 0.99% | 0.9% | - |
| XYZ | 34.96 | 21.46 | 2.36 | - |
| YUV | 111.26 | 66.35 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 72 | 2 | 0 | 0.69 | 0.99 | 0.10 | 18.42 | 0.98 | 0.45 |
| Hex | E6 | 48 | 2 | 0 | 45 | 63 | A | 12 | 62 | 2D |
| Octal | 346 | 110 | 2 | 0 | 105 | 143 | 12 | 22 | 142 | 55 |
| Binary | 11100110 | 1001000 | 10 | 0 | 1000101 | 1100011 | 1010 | 10010 | 1100010 | 101101 |
Color Harmonies of #E64802
Complementary color
Monochromatic Colors of #E64802
Black with #E64802
Text Example
Text Example
White with #E64802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64802; }
p { color: rgb(230,72,2); }
H1.HeaderClassName
{
color: #E64802;
}
.AnyTagClassName
{
color: #E64802;
}
</style>
background-color css
<style>
a { background-color: #E64802; }
a { background-color: rgb(230,72,2); }
div.DivClassName
{
background-color: #E64802;
}
.BgClassName
{
background-color: #E64802;
}
</style>
border-color css
<style>
span { border-color: #E64802; }
span { border-color: rgb(230,72,2); }
td.TdClassName
{
border-color: #E64802;
}
.TagClassName
{
border-color: #E64802;
}
</style>