Shades of Persimmon #E96102
Tints of Persimmon #E96102
RGB
CMYK
RGB Variations
Color information
#E96102 (or 0xE96102) is known color: Persimmon. HEX triplet: E9, 61 and 02. RGB value is (233,97,2). Sum of RGB (Red+Green+Blue) = 233+97+2=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E96102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96102 is #169EFD. Grayscale: #7F7F7F. Windows color (decimal): -1482494 or 156137. OLE color: 156137.
HSL color Cylindrical-coordinate representation of color #E96102: hue angle of 24.68º 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 #E96102 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 97 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.09 |
| HSL | 24.68º | 0.98% | 0.46% | - |
| HSV(B) | 24.68º | 0.99% | 0.91% | - |
| XYZ | 37.89 | 25.88 | 3.06 | - |
| YUV | 126.83 | 57.56 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 97 | 2 | 0 | 0.58 | 0.99 | 0.09 | 24.68 | 0.98 | 0.46 |
| Hex | E9 | 61 | 2 | 0 | 3A | 63 | 9 | 19 | 62 | 2E |
| Octal | 351 | 141 | 2 | 0 | 72 | 143 | 11 | 31 | 142 | 56 |
| Binary | 11101001 | 1100001 | 10 | 0 | 111010 | 1100011 | 1001 | 11001 | 1100010 | 101110 |
Color Harmonies of #E96102
Complementary color
Monochromatic Colors of #E96102
Black with #E96102
Text Example
Text Example
White with #E96102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96102; }
p { color: rgb(233,97,2); }
H1.HeaderClassName
{
color: #E96102;
}
.AnyTagClassName
{
color: #E96102;
}
</style>
background-color css
<style>
a { background-color: #E96102; }
a { background-color: rgb(233,97,2); }
div.DivClassName
{
background-color: #E96102;
}
.BgClassName
{
background-color: #E96102;
}
</style>
border-color css
<style>
span { border-color: #E96102; }
span { border-color: rgb(233,97,2); }
td.TdClassName
{
border-color: #E96102;
}
.TagClassName
{
border-color: #E96102;
}
</style>