Shades of Persimmon #E23F01
Tints of Persimmon #E23F01
RGB
CMYK
RGB Variations
Color information
#E23F01 (or 0xE23F01) is known color: Persimmon. HEX triplet: E2, 3F and 01. RGB value is (226,63,1). Sum of RGB (Red+Green+Blue) = 226+63+1=290 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.93% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 226 - color contains mainly: red. Hex color #E23F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E23F01 is #1DC0FE. Grayscale: #696969. Windows color (decimal): -1949951 or 81890. OLE color: 81890.
HSL color Cylindrical-coordinate representation of color #E23F01: hue angle of 16.53º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E23F01 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 63 | 1 | - |
| CMYK | 0 | 0.72 | 1.00 | 0.11 |
| HSL | 16.53º | 0.99% | 0.45% | - |
| HSV(B) | 16.53º | 1% | 0.89% | - |
| XYZ | 33.15 | 19.73 | 2.09 | - |
| YUV | 104.67 | 69.5 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 63 | 1 | 0 | 0.72 | 1.00 | 0.11 | 16.53 | 0.99 | 0.45 |
| Hex | E2 | 3F | 1 | 0 | 48 | 64 | B | 11 | 63 | 2D |
| Octal | 342 | 77 | 1 | 0 | 110 | 144 | 13 | 21 | 143 | 55 |
| Binary | 11100010 | 111111 | 1 | 0 | 1001000 | 1100100 | 1011 | 10001 | 1100011 | 101101 |
Color Harmonies of #E23F01
Complementary color
Monochromatic Colors of #E23F01
Black with #E23F01
Text Example
Text Example
White with #E23F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23F01; }
p { color: rgb(226,63,1); }
H1.HeaderClassName
{
color: #E23F01;
}
.AnyTagClassName
{
color: #E23F01;
}
</style>
background-color css
<style>
a { background-color: #E23F01; }
a { background-color: rgb(226,63,1); }
div.DivClassName
{
background-color: #E23F01;
}
.BgClassName
{
background-color: #E23F01;
}
</style>
border-color css
<style>
span { border-color: #E23F01; }
span { border-color: rgb(226,63,1); }
td.TdClassName
{
border-color: #E23F01;
}
.TagClassName
{
border-color: #E23F01;
}
</style>