Shades of Persimmon #E3600B
Tints of Persimmon #E3600B
RGB
CMYK
RGB Variations
Color information
#E3600B (or 0xE3600B) is known color: Persimmon. HEX triplet: E3, 60 and 0B. RGB value is (227,96,11). Sum of RGB (Red+Green+Blue) = 227+96+11=334 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.96% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 227 - color contains mainly: red. Hex color #E3600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3600B is #1C9FF4. Grayscale: #7D7D7D. Windows color (decimal): -1875957 or 745699. OLE color: 745699.
HSL color Cylindrical-coordinate representation of color #E3600B: hue angle of 23.61º degrees, saturation: 0.91, 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 #E3600B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 11 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.11 |
| HSL | 23.61º | 0.91% | 0.47% | - |
| HSV(B) | 23.61º | 0.95% | 0.89% | - |
| XYZ | 35.92 | 24.72 | 3.19 | - |
| YUV | 125.48 | 63.4 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 11 | 0 | 0.58 | 0.95 | 0.11 | 23.61 | 0.91 | 0.47 |
| Hex | E3 | 60 | B | 0 | 3A | 5F | B | 18 | 5B | 2F |
| Octal | 343 | 140 | 13 | 0 | 72 | 137 | 13 | 30 | 133 | 57 |
| Binary | 11100011 | 1100000 | 1011 | 0 | 111010 | 1011111 | 1011 | 11000 | 1011011 | 101111 |
Color Harmonies of #E3600B
Complementary color
Monochromatic Colors of #E3600B
Black with #E3600B
Text Example
Text Example
White with #E3600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3600B; }
p { color: rgb(227,96,11); }
H1.HeaderClassName
{
color: #E3600B;
}
.AnyTagClassName
{
color: #E3600B;
}
</style>
background-color css
<style>
a { background-color: #E3600B; }
a { background-color: rgb(227,96,11); }
div.DivClassName
{
background-color: #E3600B;
}
.BgClassName
{
background-color: #E3600B;
}
</style>
border-color css
<style>
span { border-color: #E3600B; }
span { border-color: rgb(227,96,11); }
td.TdClassName
{
border-color: #E3600B;
}
.TagClassName
{
border-color: #E3600B;
}
</style>