Shades of Persimmon #E15B0C
Tints of Persimmon #E15B0C
RGB
CMYK
RGB Variations
Color information
#E15B0C (or 0xE15B0C) is known color: Persimmon. HEX triplet: E1, 5B and 0C. RGB value is (225,91,12). Sum of RGB (Red+Green+Blue) = 225+91+12=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15B0C is #1EA4F3. Grayscale: #7A7A7A. Windows color (decimal): -2008308 or 809953. OLE color: 809953.
HSL color Cylindrical-coordinate representation of color #E15B0C: hue angle of 22.25º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E15B0C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.12 |
| HSL | 22.25º | 0.9% | 0.46% | - |
| HSV(B) | 22.25º | 0.95% | 0.88% | - |
| XYZ | 34.86 | 23.52 | 3.05 | - |
| YUV | 122.06 | 65.89 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 12 | 0 | 0.60 | 0.95 | 0.12 | 22.25 | 0.9 | 0.46 |
| Hex | E1 | 5B | C | 0 | 3C | 5F | C | 16 | 5A | 2E |
| Octal | 341 | 133 | 14 | 0 | 74 | 137 | 14 | 26 | 132 | 56 |
| Binary | 11100001 | 1011011 | 1100 | 0 | 111100 | 1011111 | 1100 | 10110 | 1011010 | 101110 |
Color Harmonies of #E15B0C
Complementary color
Monochromatic Colors of #E15B0C
Black with #E15B0C
Text Example
Text Example
White with #E15B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15B0C; }
p { color: rgb(225,91,12); }
H1.HeaderClassName
{
color: #E15B0C;
}
.AnyTagClassName
{
color: #E15B0C;
}
</style>
background-color css
<style>
a { background-color: #E15B0C; }
a { background-color: rgb(225,91,12); }
div.DivClassName
{
background-color: #E15B0C;
}
.BgClassName
{
background-color: #E15B0C;
}
</style>
border-color css
<style>
span { border-color: #E15B0C; }
span { border-color: rgb(225,91,12); }
td.TdClassName
{
border-color: #E15B0C;
}
.TagClassName
{
border-color: #E15B0C;
}
</style>