Shades of Persimmon #E95A1A
Tints of Persimmon #E95A1A
RGB
CMYK
RGB Variations
Color information
#E95A1A (or 0xE95A1A) is known color: Persimmon. HEX triplet: E9, 5A and 1A. RGB value is (233,90,26). Sum of RGB (Red+Green+Blue) = 233+90+26=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95A1A is #16A5E5. Grayscale: #7D7D7D. Windows color (decimal): -1484262 or 1727209. OLE color: 1727209.
HSL color Cylindrical-coordinate representation of color #E95A1A: hue angle of 18.55º 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 #E95A1A is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 26 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.09 |
| HSL | 18.55º | 0.82% | 0.51% | - |
| HSV(B) | 18.55º | 0.89% | 0.91% | - |
| XYZ | 37.45 | 24.71 | 3.77 | - |
| YUV | 125.46 | 71.88 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 26 | 0 | 0.61 | 0.89 | 0.09 | 18.55 | 0.82 | 0.51 |
| Hex | E9 | 5A | 1A | 0 | 3D | 59 | 9 | 13 | 52 | 33 |
| Octal | 351 | 132 | 32 | 0 | 75 | 131 | 11 | 23 | 122 | 63 |
| Binary | 11101001 | 1011010 | 11010 | 0 | 111101 | 1011001 | 1001 | 10011 | 1010010 | 110011 |
Color Harmonies of #E95A1A
Complementary color
Monochromatic Colors of #E95A1A
Black with #E95A1A
Text Example
Text Example
White with #E95A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95A1A; }
p { color: rgb(233,90,26); }
H1.HeaderClassName
{
color: #E95A1A;
}
.AnyTagClassName
{
color: #E95A1A;
}
</style>
background-color css
<style>
a { background-color: #E95A1A; }
a { background-color: rgb(233,90,26); }
div.DivClassName
{
background-color: #E95A1A;
}
.BgClassName
{
background-color: #E95A1A;
}
</style>
border-color css
<style>
span { border-color: #E95A1A; }
span { border-color: rgb(233,90,26); }
td.TdClassName
{
border-color: #E95A1A;
}
.TagClassName
{
border-color: #E95A1A;
}
</style>