Shades of Persimmon #E75A0C
Tints of Persimmon #E75A0C
RGB
CMYK
RGB Variations
Color information
#E75A0C (or 0xE75A0C) is known color: Persimmon. HEX triplet: E7, 5A and 0C. RGB value is (231,90,12). Sum of RGB (Red+Green+Blue) = 231+90+12=333 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.37% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75A0C is #18A5F3. Grayscale: #7B7B7B. Windows color (decimal): -1615348 or 809703. OLE color: 809703.
HSL color Cylindrical-coordinate representation of color #E75A0C: hue angle of 21.37º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E75A0C is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 12 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.09 |
| HSL | 21.37º | 0.9% | 0.48% | - |
| HSV(B) | 21.37º | 0.95% | 0.91% | - |
| XYZ | 36.68 | 24.33 | 3.11 | - |
| YUV | 123.27 | 65.21 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 12 | 0 | 0.61 | 0.95 | 0.09 | 21.37 | 0.9 | 0.48 |
| Hex | E7 | 5A | C | 0 | 3D | 5F | 9 | 15 | 5A | 30 |
| Octal | 347 | 132 | 14 | 0 | 75 | 137 | 11 | 25 | 132 | 60 |
| Binary | 11100111 | 1011010 | 1100 | 0 | 111101 | 1011111 | 1001 | 10101 | 1011010 | 110000 |
Color Harmonies of #E75A0C
Complementary color
Monochromatic Colors of #E75A0C
Black with #E75A0C
Text Example
Text Example
White with #E75A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A0C; }
p { color: rgb(231,90,12); }
H1.HeaderClassName
{
color: #E75A0C;
}
.AnyTagClassName
{
color: #E75A0C;
}
</style>
background-color css
<style>
a { background-color: #E75A0C; }
a { background-color: rgb(231,90,12); }
div.DivClassName
{
background-color: #E75A0C;
}
.BgClassName
{
background-color: #E75A0C;
}
</style>
border-color css
<style>
span { border-color: #E75A0C; }
span { border-color: rgb(231,90,12); }
td.TdClassName
{
border-color: #E75A0C;
}
.TagClassName
{
border-color: #E75A0C;
}
</style>