Shades of Persimmon #E94C0B
Tints of Persimmon #E94C0B
RGB
CMYK
RGB Variations
Color information
#E94C0B (or 0xE94C0B) is known color: Persimmon. HEX triplet: E9, 4C and 0B. RGB value is (233,76,11). Sum of RGB (Red+Green+Blue) = 233+76+11=320 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.81% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94C0B is #16B3F4. Grayscale: #737373. Windows color (decimal): -1487861 or 740585. OLE color: 740585.
HSL color Cylindrical-coordinate representation of color #E94C0B: hue angle of 17.57º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E94C0B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.09 |
| HSL | 17.57º | 0.91% | 0.48% | - |
| HSV(B) | 17.57º | 0.95% | 0.91% | - |
| XYZ | 36.25 | 22.52 | 2.75 | - |
| YUV | 115.53 | 69.01 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 11 | 0 | 0.67 | 0.95 | 0.09 | 17.57 | 0.91 | 0.48 |
| Hex | E9 | 4C | B | 0 | 43 | 5F | 9 | 12 | 5B | 30 |
| Octal | 351 | 114 | 13 | 0 | 103 | 137 | 11 | 22 | 133 | 60 |
| Binary | 11101001 | 1001100 | 1011 | 0 | 1000011 | 1011111 | 1001 | 10010 | 1011011 | 110000 |
Color Harmonies of #E94C0B
Complementary color
Monochromatic Colors of #E94C0B
Black with #E94C0B
Text Example
Text Example
White with #E94C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C0B; }
p { color: rgb(233,76,11); }
H1.HeaderClassName
{
color: #E94C0B;
}
.AnyTagClassName
{
color: #E94C0B;
}
</style>
background-color css
<style>
a { background-color: #E94C0B; }
a { background-color: rgb(233,76,11); }
div.DivClassName
{
background-color: #E94C0B;
}
.BgClassName
{
background-color: #E94C0B;
}
</style>
border-color css
<style>
span { border-color: #E94C0B; }
span { border-color: rgb(233,76,11); }
td.TdClassName
{
border-color: #E94C0B;
}
.TagClassName
{
border-color: #E94C0B;
}
</style>