Shades of Persimmon #E04B01
Tints of Persimmon #E04B01
RGB
CMYK
RGB Variations
Color information
#E04B01 (or 0xE04B01) is known color: Persimmon. HEX triplet: E0, 4B and 01. RGB value is (224,75,1). Sum of RGB (Red+Green+Blue) = 224+75+1=300 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04B01 is #1FB4FE. Grayscale: #6F6F6F. Windows color (decimal): -2077951 or 84960. OLE color: 84960.
HSL color Cylindrical-coordinate representation of color #E04B01: hue angle of 19.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E04B01 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 1 | - |
| CMYK | 0 | 0.67 | 1.00 | 0.12 |
| HSL | 19.91º | 0.99% | 0.44% | - |
| HSV(B) | 19.91º | 1% | 0.88% | - |
| XYZ | 33.26 | 20.88 | 2.31 | - |
| YUV | 111.12 | 65.86 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 1 | 0 | 0.67 | 1.00 | 0.12 | 19.91 | 0.99 | 0.44 |
| Hex | E0 | 4B | 1 | 0 | 43 | 64 | C | 14 | 63 | 2C |
| Octal | 340 | 113 | 1 | 0 | 103 | 144 | 14 | 24 | 143 | 54 |
| Binary | 11100000 | 1001011 | 1 | 0 | 1000011 | 1100100 | 1100 | 10100 | 1100011 | 101100 |
Color Harmonies of #E04B01
Complementary color
Monochromatic Colors of #E04B01
Black with #E04B01
Text Example
Text Example
White with #E04B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04B01; }
p { color: rgb(224,75,1); }
H1.HeaderClassName
{
color: #E04B01;
}
.AnyTagClassName
{
color: #E04B01;
}
</style>
background-color css
<style>
a { background-color: #E04B01; }
a { background-color: rgb(224,75,1); }
div.DivClassName
{
background-color: #E04B01;
}
.BgClassName
{
background-color: #E04B01;
}
</style>
border-color css
<style>
span { border-color: #E04B01; }
span { border-color: rgb(224,75,1); }
td.TdClassName
{
border-color: #E04B01;
}
.TagClassName
{
border-color: #E04B01;
}
</style>