Shades of Persimmon #EE4F00
Tints of Persimmon #EE4F00
RGB
CMYK
RGB Variations
Color information
#EE4F00 (or 0xEE4F00) is known color: Persimmon. HEX triplet: EE, 4F and 00. RGB value is (238,79,0). Sum of RGB (Red+Green+Blue) = 238+79+0=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE4F00 is #11B0FF. Grayscale: #767676. Windows color (decimal): -1159424 or 20462. OLE color: 20462.
HSL color Cylindrical-coordinate representation of color #EE4F00: hue angle of 19.92º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE4F00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 79 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.07 |
| HSL | 19.92º | 1% | 0.47% | - |
| HSV(B) | 19.92º | 1% | 0.93% | - |
| XYZ | 38.06 | 23.77 | 2.58 | - |
| YUV | 117.54 | 61.68 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 79 | 0 | 0 | 0.67 | 1 | 0.07 | 19.92 | 1 | 0.47 |
| Hex | EE | 4F | 0 | 0 | 43 | 64 | 7 | 14 | 64 | 2F |
| Octal | 356 | 117 | 0 | 0 | 103 | 144 | 7 | 24 | 144 | 57 |
| Binary | 11101110 | 1001111 | 0 | 0 | 1000011 | 1100100 | 111 | 10100 | 1100100 | 101111 |
Color Harmonies of #EE4F00
Complementary color
Monochromatic Colors of #EE4F00
Black with #EE4F00
Text Example
Text Example
White with #EE4F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4F00; }
p { color: rgb(238,79,0); }
H1.HeaderClassName
{
color: #EE4F00;
}
.AnyTagClassName
{
color: #EE4F00;
}
</style>
background-color css
<style>
a { background-color: #EE4F00; }
a { background-color: rgb(238,79,0); }
div.DivClassName
{
background-color: #EE4F00;
}
.BgClassName
{
background-color: #EE4F00;
}
</style>
border-color css
<style>
span { border-color: #EE4F00; }
span { border-color: rgb(238,79,0); }
td.TdClassName
{
border-color: #EE4F00;
}
.TagClassName
{
border-color: #EE4F00;
}
</style>