Shades of Persimmon #EE510A
Tints of Persimmon #EE510A
RGB
CMYK
RGB Variations
Color information
#EE510A (or 0xEE510A) is known color: Persimmon. HEX triplet: EE, 51 and 0A. RGB value is (238,81,10). Sum of RGB (Red+Green+Blue) = 238+81+10=329 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.34% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 238 - color contains mainly: red. Hex color #EE510A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE510A is #11AEF5. Grayscale: #787878. Windows color (decimal): -1158902 or 676334. OLE color: 676334.
HSL color Cylindrical-coordinate representation of color #EE510A: hue angle of 18.68º 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 #EE510A is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 10 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.07 |
| HSL | 18.68º | 0.92% | 0.49% | - |
| HSV(B) | 18.68º | 0.96% | 0.93% | - |
| XYZ | 38.26 | 24.08 | 2.92 | - |
| YUV | 119.85 | 66.01 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 10 | 0 | 0.66 | 0.96 | 0.07 | 18.68 | 0.92 | 0.49 |
| Hex | EE | 51 | A | 0 | 42 | 60 | 7 | 13 | 5C | 31 |
| Octal | 356 | 121 | 12 | 0 | 102 | 140 | 7 | 23 | 134 | 61 |
| Binary | 11101110 | 1010001 | 1010 | 0 | 1000010 | 1100000 | 111 | 10011 | 1011100 | 110001 |
Color Harmonies of #EE510A
Complementary color
Monochromatic Colors of #EE510A
Black with #EE510A
Text Example
Text Example
White with #EE510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE510A; }
p { color: rgb(238,81,10); }
H1.HeaderClassName
{
color: #EE510A;
}
.AnyTagClassName
{
color: #EE510A;
}
</style>
background-color css
<style>
a { background-color: #EE510A; }
a { background-color: rgb(238,81,10); }
div.DivClassName
{
background-color: #EE510A;
}
.BgClassName
{
background-color: #EE510A;
}
</style>
border-color css
<style>
span { border-color: #EE510A; }
span { border-color: rgb(238,81,10); }
td.TdClassName
{
border-color: #EE510A;
}
.TagClassName
{
border-color: #EE510A;
}
</style>