Shades of Persimmon #E95A1B
Tints of Persimmon #E95A1B
RGB
CMYK
RGB Variations
Color information
#E95A1B (or 0xE95A1B) is known color: Persimmon. HEX triplet: E9, 5A and 1B. RGB value is (233,90,27). Sum of RGB (Red+Green+Blue) = 233+90+27=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95A1B is #16A5E4. Grayscale: #7D7D7D. Windows color (decimal): -1484261 or 1792745. OLE color: 1792745.
HSL color Cylindrical-coordinate representation of color #E95A1B: hue angle of 18.35º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E95A1B is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 27 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.09 |
| HSL | 18.35º | 0.82% | 0.51% | - |
| HSV(B) | 18.35º | 0.88% | 0.91% | - |
| XYZ | 37.46 | 24.72 | 3.83 | - |
| YUV | 125.58 | 72.38 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 27 | 0 | 0.61 | 0.88 | 0.09 | 18.35 | 0.82 | 0.51 |
| Hex | E9 | 5A | 1B | 0 | 3D | 58 | 9 | 12 | 52 | 33 |
| Octal | 351 | 132 | 33 | 0 | 75 | 130 | 11 | 22 | 122 | 63 |
| Binary | 11101001 | 1011010 | 11011 | 0 | 111101 | 1011000 | 1001 | 10010 | 1010010 | 110011 |
Color Harmonies of #E95A1B
Complementary color
Monochromatic Colors of #E95A1B
Black with #E95A1B
Text Example
Text Example
White with #E95A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95A1B; }
p { color: rgb(233,90,27); }
H1.HeaderClassName
{
color: #E95A1B;
}
.AnyTagClassName
{
color: #E95A1B;
}
</style>
background-color css
<style>
a { background-color: #E95A1B; }
a { background-color: rgb(233,90,27); }
div.DivClassName
{
background-color: #E95A1B;
}
.BgClassName
{
background-color: #E95A1B;
}
</style>
border-color css
<style>
span { border-color: #E95A1B; }
span { border-color: rgb(233,90,27); }
td.TdClassName
{
border-color: #E95A1B;
}
.TagClassName
{
border-color: #E95A1B;
}
</style>