Shades of Persimmon #E26003
Tints of Persimmon #E26003
RGB
CMYK
RGB Variations
Color information
#E26003 (or 0xE26003) is known color: Persimmon. HEX triplet: E2, 60 and 03. RGB value is (226,96,3). Sum of RGB (Red+Green+Blue) = 226+96+3=325 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.54% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 226 - color contains mainly: red. Hex color #E26003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26003 is #1D9FFC. Grayscale: #7C7C7C. Windows color (decimal): -1941501 or 221410. OLE color: 221410.
HSL color Cylindrical-coordinate representation of color #E26003: hue angle of 25.02º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E26003 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 3 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.11 |
| HSL | 25.02º | 0.97% | 0.45% | - |
| HSV(B) | 25.02º | 0.99% | 0.89% | - |
| XYZ | 35.56 | 24.54 | 2.95 | - |
| YUV | 124.27 | 59.57 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 3 | 0 | 0.58 | 0.99 | 0.11 | 25.02 | 0.97 | 0.45 |
| Hex | E2 | 60 | 3 | 0 | 3A | 63 | B | 19 | 61 | 2D |
| Octal | 342 | 140 | 3 | 0 | 72 | 143 | 13 | 31 | 141 | 55 |
| Binary | 11100010 | 1100000 | 11 | 0 | 111010 | 1100011 | 1011 | 11001 | 1100001 | 101101 |
Color Harmonies of #E26003
Complementary color
Monochromatic Colors of #E26003
Black with #E26003
Text Example
Text Example
White with #E26003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26003; }
p { color: rgb(226,96,3); }
H1.HeaderClassName
{
color: #E26003;
}
.AnyTagClassName
{
color: #E26003;
}
</style>
background-color css
<style>
a { background-color: #E26003; }
a { background-color: rgb(226,96,3); }
div.DivClassName
{
background-color: #E26003;
}
.BgClassName
{
background-color: #E26003;
}
</style>
border-color css
<style>
span { border-color: #E26003; }
span { border-color: rgb(226,96,3); }
td.TdClassName
{
border-color: #E26003;
}
.TagClassName
{
border-color: #E26003;
}
</style>