Shades of Persimmon #E25D0B
Tints of Persimmon #E25D0B
RGB
CMYK
RGB Variations
Color information
#E25D0B (or 0xE25D0B) is known color: Persimmon. HEX triplet: E2, 5D and 0B. RGB value is (226,93,11). Sum of RGB (Red+Green+Blue) = 226+93+11=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25D0B is #1DA2F4. Grayscale: #7B7B7B. Windows color (decimal): -1942261 or 744930. OLE color: 744930.
HSL color Cylindrical-coordinate representation of color #E25D0B: hue angle of 22.88º 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 #E25D0B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.11 |
| HSL | 22.88º | 0.91% | 0.46% | - |
| HSV(B) | 22.88º | 0.95% | 0.89% | - |
| XYZ | 35.34 | 24.02 | 3.09 | - |
| YUV | 123.42 | 64.56 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 11 | 0 | 0.59 | 0.95 | 0.11 | 22.88 | 0.91 | 0.46 |
| Hex | E2 | 5D | B | 0 | 3B | 5F | B | 17 | 5B | 2E |
| Octal | 342 | 135 | 13 | 0 | 73 | 137 | 13 | 27 | 133 | 56 |
| Binary | 11100010 | 1011101 | 1011 | 0 | 111011 | 1011111 | 1011 | 10111 | 1011011 | 101110 |
Color Harmonies of #E25D0B
Complementary color
Monochromatic Colors of #E25D0B
Black with #E25D0B
Text Example
Text Example
White with #E25D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D0B; }
p { color: rgb(226,93,11); }
H1.HeaderClassName
{
color: #E25D0B;
}
.AnyTagClassName
{
color: #E25D0B;
}
</style>
background-color css
<style>
a { background-color: #E25D0B; }
a { background-color: rgb(226,93,11); }
div.DivClassName
{
background-color: #E25D0B;
}
.BgClassName
{
background-color: #E25D0B;
}
</style>
border-color css
<style>
span { border-color: #E25D0B; }
span { border-color: rgb(226,93,11); }
td.TdClassName
{
border-color: #E25D0B;
}
.TagClassName
{
border-color: #E25D0B;
}
</style>