Shades of Persimmon #E24100
Tints of Persimmon #E24100
RGB
CMYK
RGB Variations
Color information
#E24100 (or 0xE24100) is known color: Persimmon. HEX triplet: E2, 41 and 00. RGB value is (226,65,0). Sum of RGB (Red+Green+Blue) = 226+65+0=291 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.66% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 226 - color contains mainly: red. Hex color #E24100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24100 is #1DBEFF. Grayscale: #6A6A6A. Windows color (decimal): -1949440 or 16866. OLE color: 16866.
HSL color Cylindrical-coordinate representation of color #E24100: hue angle of 17.26º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E24100 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 65 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.11 |
| HSL | 17.26º | 1% | 0.44% | - |
| HSV(B) | 17.26º | 1% | 0.89% | - |
| XYZ | 33.25 | 19.95 | 2.1 | - |
| YUV | 105.73 | 68.34 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 0 | 0 | 0.71 | 1 | 0.11 | 17.26 | 1 | 0.44 |
| Hex | E2 | 41 | 0 | 0 | 47 | 64 | B | 11 | 64 | 2C |
| Octal | 342 | 101 | 0 | 0 | 107 | 144 | 13 | 21 | 144 | 54 |
| Binary | 11100010 | 1000001 | 0 | 0 | 1000111 | 1100100 | 1011 | 10001 | 1100100 | 101100 |
Color Harmonies of #E24100
Complementary color
Monochromatic Colors of #E24100
Black with #E24100
Text Example
Text Example
White with #E24100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24100; }
p { color: rgb(226,65,0); }
H1.HeaderClassName
{
color: #E24100;
}
.AnyTagClassName
{
color: #E24100;
}
</style>
background-color css
<style>
a { background-color: #E24100; }
a { background-color: rgb(226,65,0); }
div.DivClassName
{
background-color: #E24100;
}
.BgClassName
{
background-color: #E24100;
}
</style>
border-color css
<style>
span { border-color: #E24100; }
span { border-color: rgb(226,65,0); }
td.TdClassName
{
border-color: #E24100;
}
.TagClassName
{
border-color: #E24100;
}
</style>