Shades of Persimmon #E35D07
Tints of Persimmon #E35D07
RGB
CMYK
RGB Variations
Color information
#E35D07 (or 0xE35D07) is known color: Persimmon. HEX triplet: E3, 5D and 07. RGB value is (227,93,7). Sum of RGB (Red+Green+Blue) = 227+93+7=327 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.42% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35D07 is #1CA2F8. Grayscale: #7B7B7B. Windows color (decimal): -1876729 or 482787. OLE color: 482787.
HSL color Cylindrical-coordinate representation of color #E35D07: hue angle of 23.45º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E35D07 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 7 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.11 |
| HSL | 23.45º | 0.94% | 0.46% | - |
| HSV(B) | 23.45º | 0.97% | 0.89% | - |
| XYZ | 35.63 | 24.17 | 2.99 | - |
| YUV | 123.26 | 62.39 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 7 | 0 | 0.59 | 0.97 | 0.11 | 23.45 | 0.94 | 0.46 |
| Hex | E3 | 5D | 7 | 0 | 3B | 61 | B | 17 | 5E | 2E |
| Octal | 343 | 135 | 7 | 0 | 73 | 141 | 13 | 27 | 136 | 56 |
| Binary | 11100011 | 1011101 | 111 | 0 | 111011 | 1100001 | 1011 | 10111 | 1011110 | 101110 |
Color Harmonies of #E35D07
Complementary color
Monochromatic Colors of #E35D07
Black with #E35D07
Text Example
Text Example
White with #E35D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35D07; }
p { color: rgb(227,93,7); }
H1.HeaderClassName
{
color: #E35D07;
}
.AnyTagClassName
{
color: #E35D07;
}
</style>
background-color css
<style>
a { background-color: #E35D07; }
a { background-color: rgb(227,93,7); }
div.DivClassName
{
background-color: #E35D07;
}
.BgClassName
{
background-color: #E35D07;
}
</style>
border-color css
<style>
span { border-color: #E35D07; }
span { border-color: rgb(227,93,7); }
td.TdClassName
{
border-color: #E35D07;
}
.TagClassName
{
border-color: #E35D07;
}
</style>