Shades of Persimmon #E44B0C
Tints of Persimmon #E44B0C
RGB
CMYK
RGB Variations
Color information
#E44B0C (or 0xE44B0C) is known color: Persimmon. HEX triplet: E4, 4B and 0C. RGB value is (228,75,12). Sum of RGB (Red+Green+Blue) = 228+75+12=315 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.38% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 228 - color contains mainly: red. Hex color #E44B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44B0C is #1BB4F3. Grayscale: #717171. Windows color (decimal): -1815796 or 805860. OLE color: 805860.
HSL color Cylindrical-coordinate representation of color #E44B0C: hue angle of 17.5º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E44B0C is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 75 | 12 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.11 |
| HSL | 17.5º | 0.9% | 0.47% | - |
| HSV(B) | 17.5º | 0.95% | 0.89% | - |
| XYZ | 34.58 | 21.55 | 2.69 | - |
| YUV | 113.57 | 70.69 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 75 | 12 | 0 | 0.67 | 0.95 | 0.11 | 17.5 | 0.9 | 0.47 |
| Hex | E4 | 4B | C | 0 | 43 | 5F | B | 12 | 5A | 2F |
| Octal | 344 | 113 | 14 | 0 | 103 | 137 | 13 | 22 | 132 | 57 |
| Binary | 11100100 | 1001011 | 1100 | 0 | 1000011 | 1011111 | 1011 | 10010 | 1011010 | 101111 |
Color Harmonies of #E44B0C
Complementary color
Monochromatic Colors of #E44B0C
Black with #E44B0C
Text Example
Text Example
White with #E44B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44B0C; }
p { color: rgb(228,75,12); }
H1.HeaderClassName
{
color: #E44B0C;
}
.AnyTagClassName
{
color: #E44B0C;
}
</style>
background-color css
<style>
a { background-color: #E44B0C; }
a { background-color: rgb(228,75,12); }
div.DivClassName
{
background-color: #E44B0C;
}
.BgClassName
{
background-color: #E44B0C;
}
</style>
border-color css
<style>
span { border-color: #E44B0C; }
span { border-color: rgb(228,75,12); }
td.TdClassName
{
border-color: #E44B0C;
}
.TagClassName
{
border-color: #E44B0C;
}
</style>