Shades of Persimmon #EE511A
Tints of Persimmon #EE511A
RGB
CMYK
RGB Variations
Color information
#EE511A (or 0xEE511A) is known color: Persimmon. HEX triplet: EE, 51 and 1A. RGB value is (238,81,26). Sum of RGB (Red+Green+Blue) = 238+81+26=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE511A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE511A is #11AEE5. Grayscale: #7A7A7A. Windows color (decimal): -1158886 or 1724910. OLE color: 1724910.
HSL color Cylindrical-coordinate representation of color #EE511A: hue angle of 15.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE511A is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 26 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.07 |
| HSL | 15.57º | 0.86% | 0.52% | - |
| HSV(B) | 15.57º | 0.89% | 0.93% | - |
| XYZ | 38.39 | 24.14 | 3.61 | - |
| YUV | 121.67 | 74.01 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 26 | 0 | 0.66 | 0.89 | 0.07 | 15.57 | 0.86 | 0.52 |
| Hex | EE | 51 | 1A | 0 | 42 | 59 | 7 | 10 | 56 | 34 |
| Octal | 356 | 121 | 32 | 0 | 102 | 131 | 7 | 20 | 126 | 64 |
| Binary | 11101110 | 1010001 | 11010 | 0 | 1000010 | 1011001 | 111 | 10000 | 1010110 | 110100 |
Color Harmonies of #EE511A
Complementary color
Monochromatic Colors of #EE511A
Black with #EE511A
Text Example
Text Example
White with #EE511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE511A; }
p { color: rgb(238,81,26); }
H1.HeaderClassName
{
color: #EE511A;
}
.AnyTagClassName
{
color: #EE511A;
}
</style>
background-color css
<style>
a { background-color: #EE511A; }
a { background-color: rgb(238,81,26); }
div.DivClassName
{
background-color: #EE511A;
}
.BgClassName
{
background-color: #EE511A;
}
</style>
border-color css
<style>
span { border-color: #EE511A; }
span { border-color: rgb(238,81,26); }
td.TdClassName
{
border-color: #EE511A;
}
.TagClassName
{
border-color: #EE511A;
}
</style>