Shades of Persimmon #E35A12
Tints of Persimmon #E35A12
RGB
CMYK
RGB Variations
Color information
#E35A12 (or 0xE35A12) is known color: Persimmon. HEX triplet: E3, 5A and 12. RGB value is (227,90,18). Sum of RGB (Red+Green+Blue) = 227+90+18=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35A12 is #1CA5ED. Grayscale: #7B7B7B. Windows color (decimal): -1877486 or 1202915. OLE color: 1202915.
HSL color Cylindrical-coordinate representation of color #E35A12: hue angle of 20.67º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E35A12 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 18 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.11 |
| HSL | 20.67º | 0.85% | 0.48% | - |
| HSV(B) | 20.67º | 0.92% | 0.89% | - |
| XYZ | 35.44 | 23.69 | 3.28 | - |
| YUV | 122.76 | 68.89 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 18 | 0 | 0.60 | 0.92 | 0.11 | 20.67 | 0.85 | 0.48 |
| Hex | E3 | 5A | 12 | 0 | 3C | 5C | B | 15 | 55 | 30 |
| Octal | 343 | 132 | 22 | 0 | 74 | 134 | 13 | 25 | 125 | 60 |
| Binary | 11100011 | 1011010 | 10010 | 0 | 111100 | 1011100 | 1011 | 10101 | 1010101 | 110000 |
Color Harmonies of #E35A12
Complementary color
Monochromatic Colors of #E35A12
Black with #E35A12
Text Example
Text Example
White with #E35A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35A12; }
p { color: rgb(227,90,18); }
H1.HeaderClassName
{
color: #E35A12;
}
.AnyTagClassName
{
color: #E35A12;
}
</style>
background-color css
<style>
a { background-color: #E35A12; }
a { background-color: rgb(227,90,18); }
div.DivClassName
{
background-color: #E35A12;
}
.BgClassName
{
background-color: #E35A12;
}
</style>
border-color css
<style>
span { border-color: #E35A12; }
span { border-color: rgb(227,90,18); }
td.TdClassName
{
border-color: #E35A12;
}
.TagClassName
{
border-color: #E35A12;
}
</style>