Shades of Persimmon #E35E0B
Tints of Persimmon #E35E0B
RGB
CMYK
RGB Variations
Color information
#E35E0B (or 0xE35E0B) is known color: Persimmon. HEX triplet: E3, 5E and 0B. RGB value is (227,94,11). Sum of RGB (Red+Green+Blue) = 227+94+11=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E35E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35E0B is #1CA1F4. Grayscale: #7C7C7C. Windows color (decimal): -1876469 or 745187. OLE color: 745187.
HSL color Cylindrical-coordinate representation of color #E35E0B: hue angle of 23.06º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E35E0B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 94 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.11 |
| HSL | 23.06º | 0.91% | 0.47% | - |
| HSV(B) | 23.06º | 0.95% | 0.89% | - |
| XYZ | 35.74 | 24.36 | 3.13 | - |
| YUV | 124.31 | 64.06 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 94 | 11 | 0 | 0.59 | 0.95 | 0.11 | 23.06 | 0.91 | 0.47 |
| Hex | E3 | 5E | B | 0 | 3B | 5F | B | 17 | 5B | 2F |
| Octal | 343 | 136 | 13 | 0 | 73 | 137 | 13 | 27 | 133 | 57 |
| Binary | 11100011 | 1011110 | 1011 | 0 | 111011 | 1011111 | 1011 | 10111 | 1011011 | 101111 |
Color Harmonies of #E35E0B
Complementary color
Monochromatic Colors of #E35E0B
Black with #E35E0B
Text Example
Text Example
White with #E35E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35E0B; }
p { color: rgb(227,94,11); }
H1.HeaderClassName
{
color: #E35E0B;
}
.AnyTagClassName
{
color: #E35E0B;
}
</style>
background-color css
<style>
a { background-color: #E35E0B; }
a { background-color: rgb(227,94,11); }
div.DivClassName
{
background-color: #E35E0B;
}
.BgClassName
{
background-color: #E35E0B;
}
</style>
border-color css
<style>
span { border-color: #E35E0B; }
span { border-color: rgb(227,94,11); }
td.TdClassName
{
border-color: #E35E0B;
}
.TagClassName
{
border-color: #E35E0B;
}
</style>