Shades of Persimmon #E74401
Tints of Persimmon #E74401
RGB
CMYK
RGB Variations
Color information
#E74401 (or 0xE74401) is known color: Persimmon. HEX triplet: E7, 44 and 01. RGB value is (231,68,1). Sum of RGB (Red+Green+Blue) = 231+68+1=300 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 231 - color contains mainly: red. Hex color #E74401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74401 is #18BBFE. Grayscale: #6D6D6D. Windows color (decimal): -1620991 or 83175. OLE color: 83175.
HSL color Cylindrical-coordinate representation of color #E74401: hue angle of 17.48º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E74401 is Cyan = 0, Magento = 0.71, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 1 | - |
| CMYK | 0 | 0.71 | 1.00 | 0.09 |
| HSL | 17.48º | 0.99% | 0.45% | - |
| HSV(B) | 17.48º | 1% | 0.91% | - |
| XYZ | 35.03 | 21.13 | 2.26 | - |
| YUV | 109.1 | 67 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 1 | 0 | 0.71 | 1.00 | 0.09 | 17.48 | 0.99 | 0.45 |
| Hex | E7 | 44 | 1 | 0 | 47 | 64 | 9 | 11 | 63 | 2D |
| Octal | 347 | 104 | 1 | 0 | 107 | 144 | 11 | 21 | 143 | 55 |
| Binary | 11100111 | 1000100 | 1 | 0 | 1000111 | 1100100 | 1001 | 10001 | 1100011 | 101101 |
Color Harmonies of #E74401
Complementary color
Monochromatic Colors of #E74401
Black with #E74401
Text Example
Text Example
White with #E74401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74401; }
p { color: rgb(231,68,1); }
H1.HeaderClassName
{
color: #E74401;
}
.AnyTagClassName
{
color: #E74401;
}
</style>
background-color css
<style>
a { background-color: #E74401; }
a { background-color: rgb(231,68,1); }
div.DivClassName
{
background-color: #E74401;
}
.BgClassName
{
background-color: #E74401;
}
</style>
border-color css
<style>
span { border-color: #E74401; }
span { border-color: rgb(231,68,1); }
td.TdClassName
{
border-color: #E74401;
}
.TagClassName
{
border-color: #E74401;
}
</style>