Shades of Persimmon #E25B0B
Tints of Persimmon #E25B0B
RGB
CMYK
RGB Variations
Color information
#E25B0B (or 0xE25B0B) is known color: Persimmon. HEX triplet: E2, 5B and 0B. RGB value is (226,91,11). Sum of RGB (Red+Green+Blue) = 226+91+11=328 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.90% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25B0B is #1DA4F4. Grayscale: #7A7A7A. Windows color (decimal): -1942773 or 744418. OLE color: 744418.
HSL color Cylindrical-coordinate representation of color #E25B0B: hue angle of 22.33º 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 #E25B0B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 11 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.11 |
| HSL | 22.33º | 0.91% | 0.46% | - |
| HSV(B) | 22.33º | 0.95% | 0.89% | - |
| XYZ | 35.17 | 23.68 | 3.03 | - |
| YUV | 122.25 | 65.23 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 11 | 0 | 0.60 | 0.95 | 0.11 | 22.33 | 0.91 | 0.46 |
| Hex | E2 | 5B | B | 0 | 3C | 5F | B | 16 | 5B | 2E |
| Octal | 342 | 133 | 13 | 0 | 74 | 137 | 13 | 26 | 133 | 56 |
| Binary | 11100010 | 1011011 | 1011 | 0 | 111100 | 1011111 | 1011 | 10110 | 1011011 | 101110 |
Color Harmonies of #E25B0B
Complementary color
Monochromatic Colors of #E25B0B
Black with #E25B0B
Text Example
Text Example
White with #E25B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25B0B; }
p { color: rgb(226,91,11); }
H1.HeaderClassName
{
color: #E25B0B;
}
.AnyTagClassName
{
color: #E25B0B;
}
</style>
background-color css
<style>
a { background-color: #E25B0B; }
a { background-color: rgb(226,91,11); }
div.DivClassName
{
background-color: #E25B0B;
}
.BgClassName
{
background-color: #E25B0B;
}
</style>
border-color css
<style>
span { border-color: #E25B0B; }
span { border-color: rgb(226,91,11); }
td.TdClassName
{
border-color: #E25B0B;
}
.TagClassName
{
border-color: #E25B0B;
}
</style>