Shades of Persimmon #E75200
Tints of Persimmon #E75200
RGB
CMYK
RGB Variations
Color information
#E75200 (or 0xE75200) is known color: Persimmon. HEX triplet: E7, 52 and 00. RGB value is (231,82,0). Sum of RGB (Red+Green+Blue) = 231+82+0=313 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.80% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 231 - color contains mainly: red. Hex color #E75200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75200 is #18ADFF. Grayscale: #757575. Windows color (decimal): -1617408 or 21223. OLE color: 21223.
HSL color Cylindrical-coordinate representation of color #E75200: hue angle of 21.3º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E75200 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.09 |
| HSL | 21.3º | 1% | 0.45% | - |
| HSV(B) | 21.3º | 1% | 0.91% | - |
| XYZ | 35.97 | 23.02 | 2.55 | - |
| YUV | 117.2 | 61.86 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 0 | 0 | 0.65 | 1 | 0.09 | 21.3 | 1 | 0.45 |
| Hex | E7 | 52 | 0 | 0 | 41 | 64 | 9 | 15 | 64 | 2D |
| Octal | 347 | 122 | 0 | 0 | 101 | 144 | 11 | 25 | 144 | 55 |
| Binary | 11100111 | 1010010 | 0 | 0 | 1000001 | 1100100 | 1001 | 10101 | 1100100 | 101101 |
Color Harmonies of #E75200
Complementary color
Monochromatic Colors of #E75200
Black with #E75200
Text Example
Text Example
White with #E75200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75200; }
p { color: rgb(231,82,0); }
H1.HeaderClassName
{
color: #E75200;
}
.AnyTagClassName
{
color: #E75200;
}
</style>
background-color css
<style>
a { background-color: #E75200; }
a { background-color: rgb(231,82,0); }
div.DivClassName
{
background-color: #E75200;
}
.BgClassName
{
background-color: #E75200;
}
</style>
border-color css
<style>
span { border-color: #E75200; }
span { border-color: rgb(231,82,0); }
td.TdClassName
{
border-color: #E75200;
}
.TagClassName
{
border-color: #E75200;
}
</style>