Shades of Persimmon #EE510F
Tints of Persimmon #EE510F
RGB
CMYK
RGB Variations
Color information
#EE510F (or 0xEE510F) is known color: Persimmon. HEX triplet: EE, 51 and 0F. RGB value is (238,81,15). Sum of RGB (Red+Green+Blue) = 238+81+15=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE510F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE510F is #11AEF0. Grayscale: #787878. Windows color (decimal): -1158897 or 1004014. OLE color: 1004014.
HSL color Cylindrical-coordinate representation of color #EE510F: hue angle of 17.76º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE510F is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 15 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.07 |
| HSL | 17.76º | 0.88% | 0.5% | - |
| HSV(B) | 17.76º | 0.94% | 0.93% | - |
| XYZ | 38.29 | 24.1 | 3.08 | - |
| YUV | 120.42 | 68.51 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 15 | 0 | 0.66 | 0.94 | 0.07 | 17.76 | 0.88 | 0.5 |
| Hex | EE | 51 | F | 0 | 42 | 5E | 7 | 12 | 58 | 32 |
| Octal | 356 | 121 | 17 | 0 | 102 | 136 | 7 | 22 | 130 | 62 |
| Binary | 11101110 | 1010001 | 1111 | 0 | 1000010 | 1011110 | 111 | 10010 | 1011000 | 110010 |
Color Harmonies of #EE510F
Complementary color
Monochromatic Colors of #EE510F
Black with #EE510F
Text Example
Text Example
White with #EE510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE510F; }
p { color: rgb(238,81,15); }
H1.HeaderClassName
{
color: #EE510F;
}
.AnyTagClassName
{
color: #EE510F;
}
</style>
background-color css
<style>
a { background-color: #EE510F; }
a { background-color: rgb(238,81,15); }
div.DivClassName
{
background-color: #EE510F;
}
.BgClassName
{
background-color: #EE510F;
}
</style>
border-color css
<style>
span { border-color: #EE510F; }
span { border-color: rgb(238,81,15); }
td.TdClassName
{
border-color: #EE510F;
}
.TagClassName
{
border-color: #EE510F;
}
</style>