Shades of Persimmon #E2620B
Tints of Persimmon #E2620B
RGB
CMYK
RGB Variations
Color information
#E2620B (or 0xE2620B) is known color: Persimmon. HEX triplet: E2, 62 and 0B. RGB value is (226,98,11). Sum of RGB (Red+Green+Blue) = 226+98+11=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E2620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2620B is #1D9DF4. Grayscale: #7E7E7E. Windows color (decimal): -1940981 or 746210. OLE color: 746210.
HSL color Cylindrical-coordinate representation of color #E2620B: hue angle of 24.28º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2620B is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 11 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.11 |
| HSL | 24.28º | 0.91% | 0.46% | - |
| HSV(B) | 24.28º | 0.95% | 0.89% | - |
| XYZ | 35.79 | 24.93 | 3.24 | - |
| YUV | 126.35 | 62.91 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 11 | 0 | 0.57 | 0.95 | 0.11 | 24.28 | 0.91 | 0.46 |
| Hex | E2 | 62 | B | 0 | 39 | 5F | B | 18 | 5B | 2E |
| Octal | 342 | 142 | 13 | 0 | 71 | 137 | 13 | 30 | 133 | 56 |
| Binary | 11100010 | 1100010 | 1011 | 0 | 111001 | 1011111 | 1011 | 11000 | 1011011 | 101110 |
Color Harmonies of #E2620B
Complementary color
Monochromatic Colors of #E2620B
Black with #E2620B
Text Example
Text Example
White with #E2620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2620B; }
p { color: rgb(226,98,11); }
H1.HeaderClassName
{
color: #E2620B;
}
.AnyTagClassName
{
color: #E2620B;
}
</style>
background-color css
<style>
a { background-color: #E2620B; }
a { background-color: rgb(226,98,11); }
div.DivClassName
{
background-color: #E2620B;
}
.BgClassName
{
background-color: #E2620B;
}
</style>
border-color css
<style>
span { border-color: #E2620B; }
span { border-color: rgb(226,98,11); }
td.TdClassName
{
border-color: #E2620B;
}
.TagClassName
{
border-color: #E2620B;
}
</style>