Shades of Persimmon #E75400
Tints of Persimmon #E75400
RGB
CMYK
RGB Variations
Color information
#E75400 (or 0xE75400) is known color: Persimmon. HEX triplet: E7, 54 and 00. RGB value is (231,84,0). Sum of RGB (Red+Green+Blue) = 231+84+0=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E75400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75400 is #18ABFF. Grayscale: #767676. Windows color (decimal): -1616896 or 21735. OLE color: 21735.
HSL color Cylindrical-coordinate representation of color #E75400: hue angle of 21.82º 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 #E75400 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.09 |
| HSL | 21.82º | 1% | 0.45% | - |
| HSV(B) | 21.82º | 1% | 0.91% | - |
| XYZ | 36.13 | 23.33 | 2.6 | - |
| YUV | 118.38 | 61.2 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 0 | 0 | 0.64 | 1 | 0.09 | 21.82 | 1 | 0.45 |
| Hex | E7 | 54 | 0 | 0 | 40 | 64 | 9 | 16 | 64 | 2D |
| Octal | 347 | 124 | 0 | 0 | 100 | 144 | 11 | 26 | 144 | 55 |
| Binary | 11100111 | 1010100 | 0 | 0 | 1000000 | 1100100 | 1001 | 10110 | 1100100 | 101101 |
Color Harmonies of #E75400
Complementary color
Monochromatic Colors of #E75400
Black with #E75400
Text Example
Text Example
White with #E75400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75400; }
p { color: rgb(231,84,0); }
H1.HeaderClassName
{
color: #E75400;
}
.AnyTagClassName
{
color: #E75400;
}
</style>
background-color css
<style>
a { background-color: #E75400; }
a { background-color: rgb(231,84,0); }
div.DivClassName
{
background-color: #E75400;
}
.BgClassName
{
background-color: #E75400;
}
</style>
border-color css
<style>
span { border-color: #E75400; }
span { border-color: rgb(231,84,0); }
td.TdClassName
{
border-color: #E75400;
}
.TagClassName
{
border-color: #E75400;
}
</style>