Shades of Persimmon #E95002
Tints of Persimmon #E95002
RGB
CMYK
RGB Variations
Color information
#E95002 (or 0xE95002) is known color: Persimmon. HEX triplet: E9, 50 and 02. RGB value is (233,80,2). Sum of RGB (Red+Green+Blue) = 233+80+2=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E95002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95002 is #16AFFD. Grayscale: #757575. Windows color (decimal): -1486846 or 151785. OLE color: 151785.
HSL color Cylindrical-coordinate representation of color #E95002: hue angle of 20.26º 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 #E95002 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.09 |
| HSL | 20.26º | 0.98% | 0.46% | - |
| HSV(B) | 20.26º | 0.99% | 0.91% | - |
| XYZ | 36.48 | 23.07 | 2.59 | - |
| YUV | 116.86 | 63.19 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 2 | 0 | 0.66 | 0.99 | 0.09 | 20.26 | 0.98 | 0.46 |
| Hex | E9 | 50 | 2 | 0 | 42 | 63 | 9 | 14 | 62 | 2E |
| Octal | 351 | 120 | 2 | 0 | 102 | 143 | 11 | 24 | 142 | 56 |
| Binary | 11101001 | 1010000 | 10 | 0 | 1000010 | 1100011 | 1001 | 10100 | 1100010 | 101110 |
Color Harmonies of #E95002
Complementary color
Monochromatic Colors of #E95002
Black with #E95002
Text Example
Text Example
White with #E95002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95002; }
p { color: rgb(233,80,2); }
H1.HeaderClassName
{
color: #E95002;
}
.AnyTagClassName
{
color: #E95002;
}
</style>
background-color css
<style>
a { background-color: #E95002; }
a { background-color: rgb(233,80,2); }
div.DivClassName
{
background-color: #E95002;
}
.BgClassName
{
background-color: #E95002;
}
</style>
border-color css
<style>
span { border-color: #E95002; }
span { border-color: rgb(233,80,2); }
td.TdClassName
{
border-color: #E95002;
}
.TagClassName
{
border-color: #E95002;
}
</style>