Shades of Persimmon #E23F06
Tints of Persimmon #E23F06
RGB
CMYK
RGB Variations
Color information
#E23F06 (or 0xE23F06) is known color: Persimmon. HEX triplet: E2, 3F and 06. RGB value is (226,63,6). Sum of RGB (Red+Green+Blue) = 226+63+6=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E23F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E23F06 is #1DC0F9. Grayscale: #696969. Windows color (decimal): -1949946 or 409570. OLE color: 409570.
HSL color Cylindrical-coordinate representation of color #E23F06: hue angle of 15.55º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E23F06 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 63 | 6 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.11 |
| HSL | 15.55º | 0.95% | 0.45% | - |
| HSV(B) | 15.55º | 0.97% | 0.89% | - |
| XYZ | 33.17 | 19.74 | 2.23 | - |
| YUV | 105.24 | 72 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 63 | 6 | 0 | 0.72 | 0.97 | 0.11 | 15.55 | 0.95 | 0.45 |
| Hex | E2 | 3F | 6 | 0 | 48 | 61 | B | 10 | 5F | 2D |
| Octal | 342 | 77 | 6 | 0 | 110 | 141 | 13 | 20 | 137 | 55 |
| Binary | 11100010 | 111111 | 110 | 0 | 1001000 | 1100001 | 1011 | 10000 | 1011111 | 101101 |
Color Harmonies of #E23F06
Complementary color
Monochromatic Colors of #E23F06
Black with #E23F06
Text Example
Text Example
White with #E23F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23F06; }
p { color: rgb(226,63,6); }
H1.HeaderClassName
{
color: #E23F06;
}
.AnyTagClassName
{
color: #E23F06;
}
</style>
background-color css
<style>
a { background-color: #E23F06; }
a { background-color: rgb(226,63,6); }
div.DivClassName
{
background-color: #E23F06;
}
.BgClassName
{
background-color: #E23F06;
}
</style>
border-color css
<style>
span { border-color: #E23F06; }
span { border-color: rgb(226,63,6); }
td.TdClassName
{
border-color: #E23F06;
}
.TagClassName
{
border-color: #E23F06;
}
</style>