Shades of Persimmon #E7450B
Tints of Persimmon #E7450B
RGB
CMYK
RGB Variations
Color information
#E7450B (or 0xE7450B) is known color: Persimmon. HEX triplet: E7, 45 and 0B. RGB value is (231,69,11). Sum of RGB (Red+Green+Blue) = 231+69+11=311 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.28% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 231 - color contains mainly: red. Hex color #E7450B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7450B is #18BAF4. Grayscale: #6F6F6F. Windows color (decimal): -1620725 or 738791. OLE color: 738791.
HSL color Cylindrical-coordinate representation of color #E7450B: hue angle of 15.82º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7450B is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 11 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.09 |
| HSL | 15.82º | 0.91% | 0.47% | - |
| HSV(B) | 15.82º | 0.95% | 0.91% | - |
| XYZ | 35.14 | 21.27 | 2.57 | - |
| YUV | 110.83 | 71.67 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 11 | 0 | 0.70 | 0.95 | 0.09 | 15.82 | 0.91 | 0.47 |
| Hex | E7 | 45 | B | 0 | 46 | 5F | 9 | 10 | 5B | 2F |
| Octal | 347 | 105 | 13 | 0 | 106 | 137 | 11 | 20 | 133 | 57 |
| Binary | 11100111 | 1000101 | 1011 | 0 | 1000110 | 1011111 | 1001 | 10000 | 1011011 | 101111 |
Color Harmonies of #E7450B
Complementary color
Monochromatic Colors of #E7450B
Black with #E7450B
Text Example
Text Example
White with #E7450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7450B; }
p { color: rgb(231,69,11); }
H1.HeaderClassName
{
color: #E7450B;
}
.AnyTagClassName
{
color: #E7450B;
}
</style>
background-color css
<style>
a { background-color: #E7450B; }
a { background-color: rgb(231,69,11); }
div.DivClassName
{
background-color: #E7450B;
}
.BgClassName
{
background-color: #E7450B;
}
</style>
border-color css
<style>
span { border-color: #E7450B; }
span { border-color: rgb(231,69,11); }
td.TdClassName
{
border-color: #E7450B;
}
.TagClassName
{
border-color: #E7450B;
}
</style>