Shades of Persimmon #E75702
Tints of Persimmon #E75702
RGB
CMYK
RGB Variations
Color information
#E75702 (or 0xE75702) is known color: Persimmon. HEX triplet: E7, 57 and 02. RGB value is (231,87,2). Sum of RGB (Red+Green+Blue) = 231+87+2=320 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.19% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 231 - color contains mainly: red. Hex color #E75702 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75702 is #18A8FD. Grayscale: #787878. Windows color (decimal): -1616126 or 153575. OLE color: 153575.
HSL color Cylindrical-coordinate representation of color #E75702: hue angle of 22.27º 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 #E75702 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.09 |
| HSL | 22.27º | 0.98% | 0.46% | - |
| HSV(B) | 22.27º | 0.99% | 0.91% | - |
| XYZ | 36.37 | 23.81 | 2.74 | - |
| YUV | 120.37 | 61.21 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 2 | 0 | 0.62 | 0.99 | 0.09 | 22.27 | 0.98 | 0.46 |
| Hex | E7 | 57 | 2 | 0 | 3E | 63 | 9 | 16 | 62 | 2E |
| Octal | 347 | 127 | 2 | 0 | 76 | 143 | 11 | 26 | 142 | 56 |
| Binary | 11100111 | 1010111 | 10 | 0 | 111110 | 1100011 | 1001 | 10110 | 1100010 | 101110 |
Color Harmonies of #E75702
Complementary color
Monochromatic Colors of #E75702
Black with #E75702
Text Example
Text Example
White with #E75702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75702; }
p { color: rgb(231,87,2); }
H1.HeaderClassName
{
color: #E75702;
}
.AnyTagClassName
{
color: #E75702;
}
</style>
background-color css
<style>
a { background-color: #E75702; }
a { background-color: rgb(231,87,2); }
div.DivClassName
{
background-color: #E75702;
}
.BgClassName
{
background-color: #E75702;
}
</style>
border-color css
<style>
span { border-color: #E75702; }
span { border-color: rgb(231,87,2); }
td.TdClassName
{
border-color: #E75702;
}
.TagClassName
{
border-color: #E75702;
}
</style>