Shades of Persimmon #E35C0D
Tints of Persimmon #E35C0D
RGB
CMYK
RGB Variations
Color information
#E35C0D (or 0xE35C0D) is known color: Persimmon. HEX triplet: E3, 5C and 0D. RGB value is (227,92,13). Sum of RGB (Red+Green+Blue) = 227+92+13=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35C0D is #1CA3F2. Grayscale: #7B7B7B. Windows color (decimal): -1876979 or 875747. OLE color: 875747.
HSL color Cylindrical-coordinate representation of color #E35C0D: hue angle of 22.15º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E35C0D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 13 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.11 |
| HSL | 22.15º | 0.89% | 0.47% | - |
| HSV(B) | 22.15º | 0.94% | 0.89% | - |
| XYZ | 35.58 | 24.01 | 3.14 | - |
| YUV | 123.36 | 65.73 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 13 | 0 | 0.59 | 0.94 | 0.11 | 22.15 | 0.89 | 0.47 |
| Hex | E3 | 5C | D | 0 | 3B | 5E | B | 16 | 59 | 2F |
| Octal | 343 | 134 | 15 | 0 | 73 | 136 | 13 | 26 | 131 | 57 |
| Binary | 11100011 | 1011100 | 1101 | 0 | 111011 | 1011110 | 1011 | 10110 | 1011001 | 101111 |
Color Harmonies of #E35C0D
Complementary color
Monochromatic Colors of #E35C0D
Black with #E35C0D
Text Example
Text Example
White with #E35C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C0D; }
p { color: rgb(227,92,13); }
H1.HeaderClassName
{
color: #E35C0D;
}
.AnyTagClassName
{
color: #E35C0D;
}
</style>
background-color css
<style>
a { background-color: #E35C0D; }
a { background-color: rgb(227,92,13); }
div.DivClassName
{
background-color: #E35C0D;
}
.BgClassName
{
background-color: #E35C0D;
}
</style>
border-color css
<style>
span { border-color: #E35C0D; }
span { border-color: rgb(227,92,13); }
td.TdClassName
{
border-color: #E35C0D;
}
.TagClassName
{
border-color: #E35C0D;
}
</style>