Shades of Persimmon #EE540A
Tints of Persimmon #EE540A
RGB
CMYK
RGB Variations
Color information
#EE540A (or 0xEE540A) is known color: Persimmon. HEX triplet: EE, 54 and 0A. RGB value is (238,84,10). Sum of RGB (Red+Green+Blue) = 238+84+10=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE540A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE540A is #11ABF5. Grayscale: #7A7A7A. Windows color (decimal): -1158134 or 677102. OLE color: 677102.
HSL color Cylindrical-coordinate representation of color #EE540A: hue angle of 19.47º 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 #EE540A is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 84 | 10 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.07 |
| HSL | 19.47º | 0.92% | 0.49% | - |
| HSV(B) | 19.47º | 0.96% | 0.93% | - |
| XYZ | 38.49 | 24.54 | 3 | - |
| YUV | 121.61 | 65.02 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 10 | 0 | 0.65 | 0.96 | 0.07 | 19.47 | 0.92 | 0.49 |
| Hex | EE | 54 | A | 0 | 41 | 60 | 7 | 13 | 5C | 31 |
| Octal | 356 | 124 | 12 | 0 | 101 | 140 | 7 | 23 | 134 | 61 |
| Binary | 11101110 | 1010100 | 1010 | 0 | 1000001 | 1100000 | 111 | 10011 | 1011100 | 110001 |
Color Harmonies of #EE540A
Complementary color
Monochromatic Colors of #EE540A
Black with #EE540A
Text Example
Text Example
White with #EE540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE540A; }
p { color: rgb(238,84,10); }
H1.HeaderClassName
{
color: #EE540A;
}
.AnyTagClassName
{
color: #EE540A;
}
</style>
background-color css
<style>
a { background-color: #EE540A; }
a { background-color: rgb(238,84,10); }
div.DivClassName
{
background-color: #EE540A;
}
.BgClassName
{
background-color: #EE540A;
}
</style>
border-color css
<style>
span { border-color: #EE540A; }
span { border-color: rgb(238,84,10); }
td.TdClassName
{
border-color: #EE540A;
}
.TagClassName
{
border-color: #EE540A;
}
</style>