Shades of Persimmon #EE4F0A
Tints of Persimmon #EE4F0A
RGB
CMYK
RGB Variations
Color information
#EE4F0A (or 0xEE4F0A) is known color: Persimmon. HEX triplet: EE, 4F and 0A. RGB value is (238,79,10). Sum of RGB (Red+Green+Blue) = 238+79+10=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE4F0A is #11B0F5. Grayscale: #777777. Windows color (decimal): -1159414 or 675822. OLE color: 675822.
HSL color Cylindrical-coordinate representation of color #EE4F0A: hue angle of 18.16º 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 #EE4F0A is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 79 | 10 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.07 |
| HSL | 18.16º | 0.92% | 0.49% | - |
| HSV(B) | 18.16º | 0.96% | 0.93% | - |
| XYZ | 38.11 | 23.79 | 2.87 | - |
| YUV | 118.68 | 66.68 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 79 | 10 | 0 | 0.67 | 0.96 | 0.07 | 18.16 | 0.92 | 0.49 |
| Hex | EE | 4F | A | 0 | 43 | 60 | 7 | 12 | 5C | 31 |
| Octal | 356 | 117 | 12 | 0 | 103 | 140 | 7 | 22 | 134 | 61 |
| Binary | 11101110 | 1001111 | 1010 | 0 | 1000011 | 1100000 | 111 | 10010 | 1011100 | 110001 |
Color Harmonies of #EE4F0A
Complementary color
Monochromatic Colors of #EE4F0A
Black with #EE4F0A
Text Example
Text Example
White with #EE4F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4F0A; }
p { color: rgb(238,79,10); }
H1.HeaderClassName
{
color: #EE4F0A;
}
.AnyTagClassName
{
color: #EE4F0A;
}
</style>
background-color css
<style>
a { background-color: #EE4F0A; }
a { background-color: rgb(238,79,10); }
div.DivClassName
{
background-color: #EE4F0A;
}
.BgClassName
{
background-color: #EE4F0A;
}
</style>
border-color css
<style>
span { border-color: #EE4F0A; }
span { border-color: rgb(238,79,10); }
td.TdClassName
{
border-color: #EE4F0A;
}
.TagClassName
{
border-color: #EE4F0A;
}
</style>