Shades of Persimmon #E26301
Tints of Persimmon #E26301
RGB
CMYK
RGB Variations
Color information
#E26301 (or 0xE26301) is known color: Persimmon. HEX triplet: E2, 63 and 01. RGB value is (226,99,1). Sum of RGB (Red+Green+Blue) = 226+99+1=326 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.33% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 226 - color contains mainly: red. Hex color #E26301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26301 is #1D9CFE. Grayscale: #7E7E7E. Windows color (decimal): -1940735 or 91106. OLE color: 91106.
HSL color Cylindrical-coordinate representation of color #E26301: hue angle of 26.13º 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 #E26301 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 1 | - |
| CMYK | 0 | 0.56 | 1.00 | 0.11 |
| HSL | 26.13º | 0.99% | 0.45% | - |
| HSV(B) | 26.13º | 1% | 0.89% | - |
| XYZ | 35.83 | 25.09 | 2.98 | - |
| YUV | 125.8 | 57.58 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 1 | 0 | 0.56 | 1.00 | 0.11 | 26.13 | 0.99 | 0.45 |
| Hex | E2 | 63 | 1 | 0 | 38 | 64 | B | 1A | 63 | 2D |
| Octal | 342 | 143 | 1 | 0 | 70 | 144 | 13 | 32 | 143 | 55 |
| Binary | 11100010 | 1100011 | 1 | 0 | 111000 | 1100100 | 1011 | 11010 | 1100011 | 101101 |
Color Harmonies of #E26301
Complementary color
Monochromatic Colors of #E26301
Black with #E26301
Text Example
Text Example
White with #E26301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26301; }
p { color: rgb(226,99,1); }
H1.HeaderClassName
{
color: #E26301;
}
.AnyTagClassName
{
color: #E26301;
}
</style>
background-color css
<style>
a { background-color: #E26301; }
a { background-color: rgb(226,99,1); }
div.DivClassName
{
background-color: #E26301;
}
.BgClassName
{
background-color: #E26301;
}
</style>
border-color css
<style>
span { border-color: #E26301; }
span { border-color: rgb(226,99,1); }
td.TdClassName
{
border-color: #E26301;
}
.TagClassName
{
border-color: #E26301;
}
</style>