Shades of Persimmon #E94D02
Tints of Persimmon #E94D02
RGB
CMYK
RGB Variations
Color information
#E94D02 (or 0xE94D02) is known color: Persimmon. HEX triplet: E9, 4D and 02. RGB value is (233,77,2). Sum of RGB (Red+Green+Blue) = 233+77+2=312 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.68% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94D02 is #16B2FD. Grayscale: #737373. Windows color (decimal): -1487614 or 151017. OLE color: 151017.
HSL color Cylindrical-coordinate representation of color #E94D02: hue angle of 19.48º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E94D02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.09 |
| HSL | 19.48º | 0.98% | 0.46% | - |
| HSV(B) | 19.48º | 0.99% | 0.91% | - |
| XYZ | 36.27 | 22.64 | 2.51 | - |
| YUV | 115.09 | 64.18 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 2 | 0 | 0.67 | 0.99 | 0.09 | 19.48 | 0.98 | 0.46 |
| Hex | E9 | 4D | 2 | 0 | 43 | 63 | 9 | 13 | 62 | 2E |
| Octal | 351 | 115 | 2 | 0 | 103 | 143 | 11 | 23 | 142 | 56 |
| Binary | 11101001 | 1001101 | 10 | 0 | 1000011 | 1100011 | 1001 | 10011 | 1100010 | 101110 |
Color Harmonies of #E94D02
Complementary color
Monochromatic Colors of #E94D02
Black with #E94D02
Text Example
Text Example
White with #E94D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D02; }
p { color: rgb(233,77,2); }
H1.HeaderClassName
{
color: #E94D02;
}
.AnyTagClassName
{
color: #E94D02;
}
</style>
background-color css
<style>
a { background-color: #E94D02; }
a { background-color: rgb(233,77,2); }
div.DivClassName
{
background-color: #E94D02;
}
.BgClassName
{
background-color: #E94D02;
}
</style>
border-color css
<style>
span { border-color: #E94D02; }
span { border-color: rgb(233,77,2); }
td.TdClassName
{
border-color: #E94D02;
}
.TagClassName
{
border-color: #E94D02;
}
</style>