Shades of Persimmon #E04A0B
Tints of Persimmon #E04A0B
RGB
CMYK
RGB Variations
Color information
#E04A0B (or 0xE04A0B) is known color: Persimmon. HEX triplet: E0, 4A and 0B. RGB value is (224,74,11). Sum of RGB (Red+Green+Blue) = 224+74+11=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04A0B is #1FB5F4. Grayscale: #707070. Windows color (decimal): -2078197 or 740064. OLE color: 740064.
HSL color Cylindrical-coordinate representation of color #E04A0B: hue angle of 17.75º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E04A0B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.12 |
| HSL | 17.75º | 0.91% | 0.46% | - |
| HSV(B) | 17.75º | 0.95% | 0.88% | - |
| XYZ | 33.25 | 20.77 | 2.57 | - |
| YUV | 111.67 | 71.2 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 11 | 0 | 0.67 | 0.95 | 0.12 | 17.75 | 0.91 | 0.46 |
| Hex | E0 | 4A | B | 0 | 43 | 5F | C | 12 | 5B | 2E |
| Octal | 340 | 112 | 13 | 0 | 103 | 137 | 14 | 22 | 133 | 56 |
| Binary | 11100000 | 1001010 | 1011 | 0 | 1000011 | 1011111 | 1100 | 10010 | 1011011 | 101110 |
Color Harmonies of #E04A0B
Complementary color
Monochromatic Colors of #E04A0B
Black with #E04A0B
Text Example
Text Example
White with #E04A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04A0B; }
p { color: rgb(224,74,11); }
H1.HeaderClassName
{
color: #E04A0B;
}
.AnyTagClassName
{
color: #E04A0B;
}
</style>
background-color css
<style>
a { background-color: #E04A0B; }
a { background-color: rgb(224,74,11); }
div.DivClassName
{
background-color: #E04A0B;
}
.BgClassName
{
background-color: #E04A0B;
}
</style>
border-color css
<style>
span { border-color: #E04A0B; }
span { border-color: rgb(224,74,11); }
td.TdClassName
{
border-color: #E04A0B;
}
.TagClassName
{
border-color: #E04A0B;
}
</style>