Shades of Persimmon #E26103
Tints of Persimmon #E26103
RGB
CMYK
RGB Variations
Color information
#E26103 (or 0xE26103) is known color: Persimmon. HEX triplet: E2, 61 and 03. RGB value is (226,97,3). Sum of RGB (Red+Green+Blue) = 226+97+3=326 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.33% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 226 - color contains mainly: red. Hex color #E26103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26103 is #1D9EFC. Grayscale: #7D7D7D. Windows color (decimal): -1941245 or 221666. OLE color: 221666.
HSL color Cylindrical-coordinate representation of color #E26103: hue angle of 25.29º 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 #E26103 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 3 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.11 |
| HSL | 25.29º | 0.97% | 0.45% | - |
| HSV(B) | 25.29º | 0.99% | 0.89% | - |
| XYZ | 35.66 | 24.72 | 2.98 | - |
| YUV | 124.86 | 59.24 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 3 | 0 | 0.57 | 0.99 | 0.11 | 25.29 | 0.97 | 0.45 |
| Hex | E2 | 61 | 3 | 0 | 39 | 63 | B | 19 | 61 | 2D |
| Octal | 342 | 141 | 3 | 0 | 71 | 143 | 13 | 31 | 141 | 55 |
| Binary | 11100010 | 1100001 | 11 | 0 | 111001 | 1100011 | 1011 | 11001 | 1100001 | 101101 |
Color Harmonies of #E26103
Complementary color
Monochromatic Colors of #E26103
Black with #E26103
Text Example
Text Example
White with #E26103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26103; }
p { color: rgb(226,97,3); }
H1.HeaderClassName
{
color: #E26103;
}
.AnyTagClassName
{
color: #E26103;
}
</style>
background-color css
<style>
a { background-color: #E26103; }
a { background-color: rgb(226,97,3); }
div.DivClassName
{
background-color: #E26103;
}
.BgClassName
{
background-color: #E26103;
}
</style>
border-color css
<style>
span { border-color: #E26103; }
span { border-color: rgb(226,97,3); }
td.TdClassName
{
border-color: #E26103;
}
.TagClassName
{
border-color: #E26103;
}
</style>