Shades of Persimmon #E3600C
Tints of Persimmon #E3600C
RGB
CMYK
RGB Variations
Color information
#E3600C (or 0xE3600C) is known color: Persimmon. HEX triplet: E3, 60 and 0C. RGB value is (227,96,12). Sum of RGB (Red+Green+Blue) = 227+96+12=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E3600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3600C is #1C9FF3. Grayscale: #7E7E7E. Windows color (decimal): -1875956 or 811235. OLE color: 811235.
HSL color Cylindrical-coordinate representation of color #E3600C: hue angle of 23.44º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3600C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 12 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.11 |
| HSL | 23.44º | 0.9% | 0.47% | - |
| HSV(B) | 23.44º | 0.95% | 0.89% | - |
| XYZ | 35.93 | 24.72 | 3.23 | - |
| YUV | 125.59 | 63.9 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 12 | 0 | 0.58 | 0.95 | 0.11 | 23.44 | 0.9 | 0.47 |
| Hex | E3 | 60 | C | 0 | 3A | 5F | B | 17 | 5A | 2F |
| Octal | 343 | 140 | 14 | 0 | 72 | 137 | 13 | 27 | 132 | 57 |
| Binary | 11100011 | 1100000 | 1100 | 0 | 111010 | 1011111 | 1011 | 10111 | 1011010 | 101111 |
Color Harmonies of #E3600C
Complementary color
Monochromatic Colors of #E3600C
Black with #E3600C
Text Example
Text Example
White with #E3600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3600C; }
p { color: rgb(227,96,12); }
H1.HeaderClassName
{
color: #E3600C;
}
.AnyTagClassName
{
color: #E3600C;
}
</style>
background-color css
<style>
a { background-color: #E3600C; }
a { background-color: rgb(227,96,12); }
div.DivClassName
{
background-color: #E3600C;
}
.BgClassName
{
background-color: #E3600C;
}
</style>
border-color css
<style>
span { border-color: #E3600C; }
span { border-color: rgb(227,96,12); }
td.TdClassName
{
border-color: #E3600C;
}
.TagClassName
{
border-color: #E3600C;
}
</style>