Shades of Persimmon #E34A00
Tints of Persimmon #E34A00
RGB
CMYK
RGB Variations
Color information
#E34A00 (or 0xE34A00) is known color: Persimmon. HEX triplet: E3, 4A and 00. RGB value is (227,74,0). Sum of RGB (Red+Green+Blue) = 227+74+0=301 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.42% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34A00 is #1CB5FF. Grayscale: #6F6F6F. Windows color (decimal): -1881600 or 19171. OLE color: 19171.
HSL color Cylindrical-coordinate representation of color #E34A00: hue angle of 19.56º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E34A00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.11 |
| HSL | 19.56º | 1% | 0.45% | - |
| HSV(B) | 19.56º | 1% | 0.89% | - |
| XYZ | 34.13 | 21.23 | 2.3 | - |
| YUV | 111.31 | 65.19 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 0 | 0 | 0.67 | 1 | 0.11 | 19.56 | 1 | 0.45 |
| Hex | E3 | 4A | 0 | 0 | 43 | 64 | B | 14 | 64 | 2D |
| Octal | 343 | 112 | 0 | 0 | 103 | 144 | 13 | 24 | 144 | 55 |
| Binary | 11100011 | 1001010 | 0 | 0 | 1000011 | 1100100 | 1011 | 10100 | 1100100 | 101101 |
Color Harmonies of #E34A00
Complementary color
Monochromatic Colors of #E34A00
Black with #E34A00
Text Example
Text Example
White with #E34A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34A00; }
p { color: rgb(227,74,0); }
H1.HeaderClassName
{
color: #E34A00;
}
.AnyTagClassName
{
color: #E34A00;
}
</style>
background-color css
<style>
a { background-color: #E34A00; }
a { background-color: rgb(227,74,0); }
div.DivClassName
{
background-color: #E34A00;
}
.BgClassName
{
background-color: #E34A00;
}
</style>
border-color css
<style>
span { border-color: #E34A00; }
span { border-color: rgb(227,74,0); }
td.TdClassName
{
border-color: #E34A00;
}
.TagClassName
{
border-color: #E34A00;
}
</style>