Shades of Persimmon #EE4A0A
Tints of Persimmon #EE4A0A
RGB
CMYK
RGB Variations
Color information
#EE4A0A (or 0xEE4A0A) is known color: Persimmon. HEX triplet: EE, 4A and 0A. RGB value is (238,74,10). Sum of RGB (Red+Green+Blue) = 238+74+10=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4A0A is #11B5F5. Grayscale: #747474. Windows color (decimal): -1160694 or 674542. OLE color: 674542.
HSL color Cylindrical-coordinate representation of color #EE4A0A: hue angle of 16.84º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE4A0A is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 74 | 10 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.07 |
| HSL | 16.84º | 0.92% | 0.49% | - |
| HSV(B) | 16.84º | 0.96% | 0.93% | - |
| XYZ | 37.76 | 23.1 | 2.75 | - |
| YUV | 115.74 | 68.33 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 10 | 0 | 0.69 | 0.96 | 0.07 | 16.84 | 0.92 | 0.49 |
| Hex | EE | 4A | A | 0 | 45 | 60 | 7 | 11 | 5C | 31 |
| Octal | 356 | 112 | 12 | 0 | 105 | 140 | 7 | 21 | 134 | 61 |
| Binary | 11101110 | 1001010 | 1010 | 0 | 1000101 | 1100000 | 111 | 10001 | 1011100 | 110001 |
Color Harmonies of #EE4A0A
Complementary color
Monochromatic Colors of #EE4A0A
Black with #EE4A0A
Text Example
Text Example
White with #EE4A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4A0A; }
p { color: rgb(238,74,10); }
H1.HeaderClassName
{
color: #EE4A0A;
}
.AnyTagClassName
{
color: #EE4A0A;
}
</style>
background-color css
<style>
a { background-color: #EE4A0A; }
a { background-color: rgb(238,74,10); }
div.DivClassName
{
background-color: #EE4A0A;
}
.BgClassName
{
background-color: #EE4A0A;
}
</style>
border-color css
<style>
span { border-color: #EE4A0A; }
span { border-color: rgb(238,74,10); }
td.TdClassName
{
border-color: #EE4A0A;
}
.TagClassName
{
border-color: #EE4A0A;
}
</style>