Shades of Persimmon #E36102
Tints of Persimmon #E36102
RGB
CMYK
RGB Variations
Color information
#E36102 (or 0xE36102) is known color: Persimmon. HEX triplet: E3, 61 and 02. RGB value is (227,97,2). Sum of RGB (Red+Green+Blue) = 227+97+2=326 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.63% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 227 - color contains mainly: red. Hex color #E36102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E36102 is #1C9EFD. Grayscale: #7D7D7D. Windows color (decimal): -1875710 or 156131. OLE color: 156131.
HSL color Cylindrical-coordinate representation of color #E36102: hue angle of 25.33º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E36102 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 97 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.11 |
| HSL | 25.33º | 0.98% | 0.45% | - |
| HSV(B) | 25.33º | 0.99% | 0.89% | - |
| XYZ | 35.96 | 24.88 | 2.97 | - |
| YUV | 125.04 | 58.57 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 97 | 2 | 0 | 0.57 | 0.99 | 0.11 | 25.33 | 0.98 | 0.45 |
| Hex | E3 | 61 | 2 | 0 | 39 | 63 | B | 19 | 62 | 2D |
| Octal | 343 | 141 | 2 | 0 | 71 | 143 | 13 | 31 | 142 | 55 |
| Binary | 11100011 | 1100001 | 10 | 0 | 111001 | 1100011 | 1011 | 11001 | 1100010 | 101101 |
Color Harmonies of #E36102
Complementary color
Monochromatic Colors of #E36102
Black with #E36102
Text Example
Text Example
White with #E36102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36102; }
p { color: rgb(227,97,2); }
H1.HeaderClassName
{
color: #E36102;
}
.AnyTagClassName
{
color: #E36102;
}
</style>
background-color css
<style>
a { background-color: #E36102; }
a { background-color: rgb(227,97,2); }
div.DivClassName
{
background-color: #E36102;
}
.BgClassName
{
background-color: #E36102;
}
</style>
border-color css
<style>
span { border-color: #E36102; }
span { border-color: rgb(227,97,2); }
td.TdClassName
{
border-color: #E36102;
}
.TagClassName
{
border-color: #E36102;
}
</style>