Shades of Persimmon #EE511B
Tints of Persimmon #EE511B
RGB
CMYK
RGB Variations
Color information
#EE511B (or 0xEE511B) is known color: Persimmon. HEX triplet: EE, 51 and 1B. RGB value is (238,81,27). Sum of RGB (Red+Green+Blue) = 238+81+27=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE511B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE511B is #11AEE4. Grayscale: #7A7A7A. Windows color (decimal): -1158885 or 1790446. OLE color: 1790446.
HSL color Cylindrical-coordinate representation of color #EE511B: hue angle of 15.36º 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 #EE511B is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 27 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.07 |
| HSL | 15.36º | 0.86% | 0.52% | - |
| HSV(B) | 15.36º | 0.89% | 0.93% | - |
| XYZ | 38.4 | 24.14 | 3.67 | - |
| YUV | 121.79 | 74.51 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 27 | 0 | 0.66 | 0.89 | 0.07 | 15.36 | 0.86 | 0.52 |
| Hex | EE | 51 | 1B | 0 | 42 | 59 | 7 | F | 56 | 34 |
| Octal | 356 | 121 | 33 | 0 | 102 | 131 | 7 | 17 | 126 | 64 |
| Binary | 11101110 | 1010001 | 11011 | 0 | 1000010 | 1011001 | 111 | 1111 | 1010110 | 110100 |
Color Harmonies of #EE511B
Complementary color
Monochromatic Colors of #EE511B
Black with #EE511B
Text Example
Text Example
White with #EE511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE511B; }
p { color: rgb(238,81,27); }
H1.HeaderClassName
{
color: #EE511B;
}
.AnyTagClassName
{
color: #EE511B;
}
</style>
background-color css
<style>
a { background-color: #EE511B; }
a { background-color: rgb(238,81,27); }
div.DivClassName
{
background-color: #EE511B;
}
.BgClassName
{
background-color: #EE511B;
}
</style>
border-color css
<style>
span { border-color: #EE511B; }
span { border-color: rgb(238,81,27); }
td.TdClassName
{
border-color: #EE511B;
}
.TagClassName
{
border-color: #EE511B;
}
</style>