Shades of Persimmon #E94D1A
Tints of Persimmon #E94D1A
RGB
CMYK
RGB Variations
Color information
#E94D1A (or 0xE94D1A) is known color: Persimmon. HEX triplet: E9, 4D and 1A. RGB value is (233,77,26). Sum of RGB (Red+Green+Blue) = 233+77+26=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94D1A is #16B2E5. Grayscale: #767676. Windows color (decimal): -1487590 or 1723881. OLE color: 1723881.
HSL color Cylindrical-coordinate representation of color #E94D1A: hue angle of 14.78º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E94D1A is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 26 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.09 |
| HSL | 14.78º | 0.82% | 0.51% | - |
| HSV(B) | 14.78º | 0.89% | 0.91% | - |
| XYZ | 36.44 | 22.71 | 3.44 | - |
| YUV | 117.83 | 76.18 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 26 | 0 | 0.67 | 0.89 | 0.09 | 14.78 | 0.82 | 0.51 |
| Hex | E9 | 4D | 1A | 0 | 43 | 59 | 9 | F | 52 | 33 |
| Octal | 351 | 115 | 32 | 0 | 103 | 131 | 11 | 17 | 122 | 63 |
| Binary | 11101001 | 1001101 | 11010 | 0 | 1000011 | 1011001 | 1001 | 1111 | 1010010 | 110011 |
Color Harmonies of #E94D1A
Complementary color
Monochromatic Colors of #E94D1A
Black with #E94D1A
Text Example
Text Example
White with #E94D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D1A; }
p { color: rgb(233,77,26); }
H1.HeaderClassName
{
color: #E94D1A;
}
.AnyTagClassName
{
color: #E94D1A;
}
</style>
background-color css
<style>
a { background-color: #E94D1A; }
a { background-color: rgb(233,77,26); }
div.DivClassName
{
background-color: #E94D1A;
}
.BgClassName
{
background-color: #E94D1A;
}
</style>
border-color css
<style>
span { border-color: #E94D1A; }
span { border-color: rgb(233,77,26); }
td.TdClassName
{
border-color: #E94D1A;
}
.TagClassName
{
border-color: #E94D1A;
}
</style>