Shades of Persimmon #E75A02
Tints of Persimmon #E75A02
RGB
CMYK
RGB Variations
Color information
#E75A02 (or 0xE75A02) is known color: Persimmon. HEX triplet: E7, 5A and 02. RGB value is (231,90,2). Sum of RGB (Red+Green+Blue) = 231+90+2=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75A02 is #18A5FD. Grayscale: #7A7A7A. Windows color (decimal): -1615358 or 154343. OLE color: 154343.
HSL color Cylindrical-coordinate representation of color #E75A02: hue angle of 23.06º 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 #E75A02 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.09 |
| HSL | 23.06º | 0.98% | 0.46% | - |
| HSV(B) | 23.06º | 0.99% | 0.91% | - |
| XYZ | 36.62 | 24.31 | 2.82 | - |
| YUV | 122.13 | 60.21 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 2 | 0 | 0.61 | 0.99 | 0.09 | 23.06 | 0.98 | 0.46 |
| Hex | E7 | 5A | 2 | 0 | 3D | 63 | 9 | 17 | 62 | 2E |
| Octal | 347 | 132 | 2 | 0 | 75 | 143 | 11 | 27 | 142 | 56 |
| Binary | 11100111 | 1011010 | 10 | 0 | 111101 | 1100011 | 1001 | 10111 | 1100010 | 101110 |
Color Harmonies of #E75A02
Complementary color
Monochromatic Colors of #E75A02
Black with #E75A02
Text Example
Text Example
White with #E75A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A02; }
p { color: rgb(231,90,2); }
H1.HeaderClassName
{
color: #E75A02;
}
.AnyTagClassName
{
color: #E75A02;
}
</style>
background-color css
<style>
a { background-color: #E75A02; }
a { background-color: rgb(231,90,2); }
div.DivClassName
{
background-color: #E75A02;
}
.BgClassName
{
background-color: #E75A02;
}
</style>
border-color css
<style>
span { border-color: #E75A02; }
span { border-color: rgb(231,90,2); }
td.TdClassName
{
border-color: #E75A02;
}
.TagClassName
{
border-color: #E75A02;
}
</style>