Shades of Persimmon #E33F06
Tints of Persimmon #E33F06
RGB
CMYK
RGB Variations
Color information
#E33F06 (or 0xE33F06) is known color: Persimmon. HEX triplet: E3, 3F and 06. RGB value is (227,63,6). Sum of RGB (Red+Green+Blue) = 227+63+6=296 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.69% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 227 - color contains mainly: red. Hex color #E33F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33F06 is #1CC0F9. Grayscale: #696969. Windows color (decimal): -1884410 or 409571. OLE color: 409571.
HSL color Cylindrical-coordinate representation of color #E33F06: hue angle of 15.48º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E33F06 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 63 | 6 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.11 |
| HSL | 15.48º | 0.95% | 0.46% | - |
| HSV(B) | 15.48º | 0.97% | 0.89% | - |
| XYZ | 33.49 | 19.9 | 2.25 | - |
| YUV | 105.54 | 71.83 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 63 | 6 | 0 | 0.72 | 0.97 | 0.11 | 15.48 | 0.95 | 0.46 |
| Hex | E3 | 3F | 6 | 0 | 48 | 61 | B | F | 5F | 2E |
| Octal | 343 | 77 | 6 | 0 | 110 | 141 | 13 | 17 | 137 | 56 |
| Binary | 11100011 | 111111 | 110 | 0 | 1001000 | 1100001 | 1011 | 1111 | 1011111 | 101110 |
Color Harmonies of #E33F06
Complementary color
Monochromatic Colors of #E33F06
Black with #E33F06
Text Example
Text Example
White with #E33F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33F06; }
p { color: rgb(227,63,6); }
H1.HeaderClassName
{
color: #E33F06;
}
.AnyTagClassName
{
color: #E33F06;
}
</style>
background-color css
<style>
a { background-color: #E33F06; }
a { background-color: rgb(227,63,6); }
div.DivClassName
{
background-color: #E33F06;
}
.BgClassName
{
background-color: #E33F06;
}
</style>
border-color css
<style>
span { border-color: #E33F06; }
span { border-color: rgb(227,63,6); }
td.TdClassName
{
border-color: #E33F06;
}
.TagClassName
{
border-color: #E33F06;
}
</style>