Shades of Persimmon #E44A00
Tints of Persimmon #E44A00
RGB
CMYK
RGB Variations
Color information
#E44A00 (or 0xE44A00) is known color: Persimmon. HEX triplet: E4, 4A and 00. RGB value is (228,74,0). Sum of RGB (Red+Green+Blue) = 228+74+0=302 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.50% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 228 - color contains mainly: red. Hex color #E44A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44A00 is #1BB5FF. Grayscale: #707070. Windows color (decimal): -1816064 or 19172. OLE color: 19172.
HSL color Cylindrical-coordinate representation of color #E44A00: hue angle of 19.47º 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 #E44A00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.11 |
| HSL | 19.47º | 1% | 0.45% | - |
| HSV(B) | 19.47º | 1% | 0.89% | - |
| XYZ | 34.44 | 21.39 | 2.31 | - |
| YUV | 111.61 | 65.02 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 0 | 0 | 0.68 | 1 | 0.11 | 19.47 | 1 | 0.45 |
| Hex | E4 | 4A | 0 | 0 | 44 | 64 | B | 13 | 64 | 2D |
| Octal | 344 | 112 | 0 | 0 | 104 | 144 | 13 | 23 | 144 | 55 |
| Binary | 11100100 | 1001010 | 0 | 0 | 1000100 | 1100100 | 1011 | 10011 | 1100100 | 101101 |
Color Harmonies of #E44A00
Complementary color
Monochromatic Colors of #E44A00
Black with #E44A00
Text Example
Text Example
White with #E44A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44A00; }
p { color: rgb(228,74,0); }
H1.HeaderClassName
{
color: #E44A00;
}
.AnyTagClassName
{
color: #E44A00;
}
</style>
background-color css
<style>
a { background-color: #E44A00; }
a { background-color: rgb(228,74,0); }
div.DivClassName
{
background-color: #E44A00;
}
.BgClassName
{
background-color: #E44A00;
}
</style>
border-color css
<style>
span { border-color: #E44A00; }
span { border-color: rgb(228,74,0); }
td.TdClassName
{
border-color: #E44A00;
}
.TagClassName
{
border-color: #E44A00;
}
</style>