Shades of Persimmon #E65502
Tints of Persimmon #E65502
RGB
CMYK
RGB Variations
Color information
#E65502 (or 0xE65502) is known color: Persimmon. HEX triplet: E6, 55 and 02. RGB value is (230,85,2). Sum of RGB (Red+Green+Blue) = 230+85+2=317 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.56% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 230 - color contains mainly: red. Hex color #E65502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65502 is #19AAFD. Grayscale: #777777. Windows color (decimal): -1682174 or 153062. OLE color: 153062.
HSL color Cylindrical-coordinate representation of color #E65502: hue angle of 21.84º 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 #E65502 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.10 |
| HSL | 21.84º | 0.98% | 0.45% | - |
| HSV(B) | 21.84º | 0.99% | 0.9% | - |
| XYZ | 35.89 | 23.32 | 2.67 | - |
| YUV | 118.89 | 62.04 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 2 | 0 | 0.63 | 0.99 | 0.10 | 21.84 | 0.98 | 0.45 |
| Hex | E6 | 55 | 2 | 0 | 3F | 63 | A | 16 | 62 | 2D |
| Octal | 346 | 125 | 2 | 0 | 77 | 143 | 12 | 26 | 142 | 55 |
| Binary | 11100110 | 1010101 | 10 | 0 | 111111 | 1100011 | 1010 | 10110 | 1100010 | 101101 |
Color Harmonies of #E65502
Complementary color
Monochromatic Colors of #E65502
Black with #E65502
Text Example
Text Example
White with #E65502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65502; }
p { color: rgb(230,85,2); }
H1.HeaderClassName
{
color: #E65502;
}
.AnyTagClassName
{
color: #E65502;
}
</style>
background-color css
<style>
a { background-color: #E65502; }
a { background-color: rgb(230,85,2); }
div.DivClassName
{
background-color: #E65502;
}
.BgClassName
{
background-color: #E65502;
}
</style>
border-color css
<style>
span { border-color: #E65502; }
span { border-color: rgb(230,85,2); }
td.TdClassName
{
border-color: #E65502;
}
.TagClassName
{
border-color: #E65502;
}
</style>