Shades of Persimmon #E94C01
Tints of Persimmon #E94C01
RGB
CMYK
RGB Variations
Color information
#E94C01 (or 0xE94C01) is known color: Persimmon. HEX triplet: E9, 4C and 01. RGB value is (233,76,1). Sum of RGB (Red+Green+Blue) = 233+76+1=310 (41% of max value = 765). Red value is 233 (91.41% from 255 or 75.16% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94C01 is #16B3FE. Grayscale: #727272. Windows color (decimal): -1487871 or 85225. OLE color: 85225.
HSL color Cylindrical-coordinate representation of color #E94C01: hue angle of 19.4º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E94C01 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 1 | - |
| CMYK | 0 | 0.67 | 1.00 | 0.09 |
| HSL | 19.4º | 0.99% | 0.46% | - |
| HSV(B) | 19.4º | 1% | 0.91% | - |
| XYZ | 36.19 | 22.49 | 2.46 | - |
| YUV | 114.39 | 64.01 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 1 | 0 | 0.67 | 1.00 | 0.09 | 19.4 | 0.99 | 0.46 |
| Hex | E9 | 4C | 1 | 0 | 43 | 64 | 9 | 13 | 63 | 2E |
| Octal | 351 | 114 | 1 | 0 | 103 | 144 | 11 | 23 | 143 | 56 |
| Binary | 11101001 | 1001100 | 1 | 0 | 1000011 | 1100100 | 1001 | 10011 | 1100011 | 101110 |
Color Harmonies of #E94C01
Complementary color
Monochromatic Colors of #E94C01
Black with #E94C01
Text Example
Text Example
White with #E94C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C01; }
p { color: rgb(233,76,1); }
H1.HeaderClassName
{
color: #E94C01;
}
.AnyTagClassName
{
color: #E94C01;
}
</style>
background-color css
<style>
a { background-color: #E94C01; }
a { background-color: rgb(233,76,1); }
div.DivClassName
{
background-color: #E94C01;
}
.BgClassName
{
background-color: #E94C01;
}
</style>
border-color css
<style>
span { border-color: #E94C01; }
span { border-color: rgb(233,76,1); }
td.TdClassName
{
border-color: #E94C01;
}
.TagClassName
{
border-color: #E94C01;
}
</style>