Shades of Persimmon #E74B0A
Tints of Persimmon #E74B0A
RGB
CMYK
RGB Variations
Color information
#E74B0A (or 0xE74B0A) is known color: Persimmon. HEX triplet: E7, 4B and 0A. RGB value is (231,75,10). Sum of RGB (Red+Green+Blue) = 231+75+10=316 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.10% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74B0A is #18B4F5. Grayscale: #727272. Windows color (decimal): -1619190 or 674791. OLE color: 674791.
HSL color Cylindrical-coordinate representation of color #E74B0A: hue angle of 17.65º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E74B0A is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 10 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.09 |
| HSL | 17.65º | 0.92% | 0.47% | - |
| HSV(B) | 17.65º | 0.96% | 0.91% | - |
| XYZ | 35.53 | 22.04 | 2.67 | - |
| YUV | 114.23 | 69.18 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 10 | 0 | 0.68 | 0.96 | 0.09 | 17.65 | 0.92 | 0.47 |
| Hex | E7 | 4B | A | 0 | 44 | 60 | 9 | 12 | 5C | 2F |
| Octal | 347 | 113 | 12 | 0 | 104 | 140 | 11 | 22 | 134 | 57 |
| Binary | 11100111 | 1001011 | 1010 | 0 | 1000100 | 1100000 | 1001 | 10010 | 1011100 | 101111 |
Color Harmonies of #E74B0A
Complementary color
Monochromatic Colors of #E74B0A
Black with #E74B0A
Text Example
Text Example
White with #E74B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74B0A; }
p { color: rgb(231,75,10); }
H1.HeaderClassName
{
color: #E74B0A;
}
.AnyTagClassName
{
color: #E74B0A;
}
</style>
background-color css
<style>
a { background-color: #E74B0A; }
a { background-color: rgb(231,75,10); }
div.DivClassName
{
background-color: #E74B0A;
}
.BgClassName
{
background-color: #E74B0A;
}
</style>
border-color css
<style>
span { border-color: #E74B0A; }
span { border-color: rgb(231,75,10); }
td.TdClassName
{
border-color: #E74B0A;
}
.TagClassName
{
border-color: #E74B0A;
}
</style>