Shades of Persimmon #EE541B
Tints of Persimmon #EE541B
RGB
CMYK
RGB Variations
Color information
#EE541B (or 0xEE541B) is known color: Persimmon. HEX triplet: EE, 54 and 1B. RGB value is (238,84,27). Sum of RGB (Red+Green+Blue) = 238+84+27=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE541B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE541B is #11ABE4. Grayscale: #7B7B7B. Windows color (decimal): -1158117 or 1791214. OLE color: 1791214.
HSL color Cylindrical-coordinate representation of color #EE541B: hue angle of 16.21º 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 #EE541B is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 84 | 27 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.07 |
| HSL | 16.21º | 0.86% | 0.52% | - |
| HSV(B) | 16.21º | 0.89% | 0.93% | - |
| XYZ | 38.63 | 24.6 | 3.75 | - |
| YUV | 123.55 | 73.52 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 27 | 0 | 0.65 | 0.89 | 0.07 | 16.21 | 0.86 | 0.52 |
| Hex | EE | 54 | 1B | 0 | 41 | 59 | 7 | 10 | 56 | 34 |
| Octal | 356 | 124 | 33 | 0 | 101 | 131 | 7 | 20 | 126 | 64 |
| Binary | 11101110 | 1010100 | 11011 | 0 | 1000001 | 1011001 | 111 | 10000 | 1010110 | 110100 |
Color Harmonies of #EE541B
Complementary color
Monochromatic Colors of #EE541B
Black with #EE541B
Text Example
Text Example
White with #EE541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE541B; }
p { color: rgb(238,84,27); }
H1.HeaderClassName
{
color: #EE541B;
}
.AnyTagClassName
{
color: #EE541B;
}
</style>
background-color css
<style>
a { background-color: #EE541B; }
a { background-color: rgb(238,84,27); }
div.DivClassName
{
background-color: #EE541B;
}
.BgClassName
{
background-color: #EE541B;
}
</style>
border-color css
<style>
span { border-color: #EE541B; }
span { border-color: rgb(238,84,27); }
td.TdClassName
{
border-color: #EE541B;
}
.TagClassName
{
border-color: #EE541B;
}
</style>