Shades of Persimmon #E35312
Tints of Persimmon #E35312
RGB
CMYK
RGB Variations
Color information
#E35312 (or 0xE35312) is known color: Persimmon. HEX triplet: E3, 53 and 12. RGB value is (227,83,18). Sum of RGB (Red+Green+Blue) = 227+83+18=328 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.21% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 227 - color contains mainly: red. Hex color #E35312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35312 is #1CACED. Grayscale: #777777. Windows color (decimal): -1879278 or 1201123. OLE color: 1201123.
HSL color Cylindrical-coordinate representation of color #E35312: hue angle of 18.66º 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 #E35312 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 18 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.11 |
| HSL | 18.66º | 0.85% | 0.48% | - |
| HSV(B) | 18.66º | 0.92% | 0.89% | - |
| XYZ | 34.88 | 22.56 | 3.09 | - |
| YUV | 118.65 | 71.21 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 18 | 0 | 0.63 | 0.92 | 0.11 | 18.66 | 0.85 | 0.48 |
| Hex | E3 | 53 | 12 | 0 | 3F | 5C | B | 13 | 55 | 30 |
| Octal | 343 | 123 | 22 | 0 | 77 | 134 | 13 | 23 | 125 | 60 |
| Binary | 11100011 | 1010011 | 10010 | 0 | 111111 | 1011100 | 1011 | 10011 | 1010101 | 110000 |
Color Harmonies of #E35312
Complementary color
Monochromatic Colors of #E35312
Black with #E35312
Text Example
Text Example
White with #E35312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35312; }
p { color: rgb(227,83,18); }
H1.HeaderClassName
{
color: #E35312;
}
.AnyTagClassName
{
color: #E35312;
}
</style>
background-color css
<style>
a { background-color: #E35312; }
a { background-color: rgb(227,83,18); }
div.DivClassName
{
background-color: #E35312;
}
.BgClassName
{
background-color: #E35312;
}
</style>
border-color css
<style>
span { border-color: #E35312; }
span { border-color: rgb(227,83,18); }
td.TdClassName
{
border-color: #E35312;
}
.TagClassName
{
border-color: #E35312;
}
</style>