Shades of Persimmon #E35B16
Tints of Persimmon #E35B16
RGB
CMYK
RGB Variations
Color information
#E35B16 (or 0xE35B16) is known color: Persimmon. HEX triplet: E3, 5B and 16. RGB value is (227,91,22). Sum of RGB (Red+Green+Blue) = 227+91+22=340 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.76% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35B16 is #1CA4E9. Grayscale: #7C7C7C. Windows color (decimal): -1877226 or 1465315. OLE color: 1465315.
HSL color Cylindrical-coordinate representation of color #E35B16: hue angle of 20.2º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E35B16 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 22 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.11 |
| HSL | 20.2º | 0.82% | 0.49% | - |
| HSV(B) | 20.2º | 0.9% | 0.89% | - |
| XYZ | 35.56 | 23.87 | 3.49 | - |
| YUV | 123.8 | 70.56 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 22 | 0 | 0.60 | 0.90 | 0.11 | 20.2 | 0.82 | 0.49 |
| Hex | E3 | 5B | 16 | 0 | 3C | 5A | B | 14 | 52 | 31 |
| Octal | 343 | 133 | 26 | 0 | 74 | 132 | 13 | 24 | 122 | 61 |
| Binary | 11100011 | 1011011 | 10110 | 0 | 111100 | 1011010 | 1011 | 10100 | 1010010 | 110001 |
Color Harmonies of #E35B16
Complementary color
Monochromatic Colors of #E35B16
Black with #E35B16
Text Example
Text Example
White with #E35B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35B16; }
p { color: rgb(227,91,22); }
H1.HeaderClassName
{
color: #E35B16;
}
.AnyTagClassName
{
color: #E35B16;
}
</style>
background-color css
<style>
a { background-color: #E35B16; }
a { background-color: rgb(227,91,22); }
div.DivClassName
{
background-color: #E35B16;
}
.BgClassName
{
background-color: #E35B16;
}
</style>
border-color css
<style>
span { border-color: #E35B16; }
span { border-color: rgb(227,91,22); }
td.TdClassName
{
border-color: #E35B16;
}
.TagClassName
{
border-color: #E35B16;
}
</style>