Shades of Persimmon #E75A10
Tints of Persimmon #E75A10
RGB
CMYK
RGB Variations
Color information
#E75A10 (or 0xE75A10) is known color: Persimmon. HEX triplet: E7, 5A and 10. RGB value is (231,90,16). Sum of RGB (Red+Green+Blue) = 231+90+16=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75A10 is #18A5EF. Grayscale: #7C7C7C. Windows color (decimal): -1615344 or 1071847. OLE color: 1071847.
HSL color Cylindrical-coordinate representation of color #E75A10: hue angle of 20.65º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E75A10 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 16 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.09 |
| HSL | 20.65º | 0.87% | 0.48% | - |
| HSV(B) | 20.65º | 0.93% | 0.91% | - |
| XYZ | 36.7 | 24.34 | 3.25 | - |
| YUV | 123.72 | 67.21 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 16 | 0 | 0.61 | 0.93 | 0.09 | 20.65 | 0.87 | 0.48 |
| Hex | E7 | 5A | 10 | 0 | 3D | 5D | 9 | 15 | 57 | 30 |
| Octal | 347 | 132 | 20 | 0 | 75 | 135 | 11 | 25 | 127 | 60 |
| Binary | 11100111 | 1011010 | 10000 | 0 | 111101 | 1011101 | 1001 | 10101 | 1010111 | 110000 |
Color Harmonies of #E75A10
Complementary color
Monochromatic Colors of #E75A10
Black with #E75A10
Text Example
Text Example
White with #E75A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A10; }
p { color: rgb(231,90,16); }
H1.HeaderClassName
{
color: #E75A10;
}
.AnyTagClassName
{
color: #E75A10;
}
</style>
background-color css
<style>
a { background-color: #E75A10; }
a { background-color: rgb(231,90,16); }
div.DivClassName
{
background-color: #E75A10;
}
.BgClassName
{
background-color: #E75A10;
}
</style>
border-color css
<style>
span { border-color: #E75A10; }
span { border-color: rgb(231,90,16); }
td.TdClassName
{
border-color: #E75A10;
}
.TagClassName
{
border-color: #E75A10;
}
</style>