Shades of Persimmon #EE5600
Tints of Persimmon #EE5600
RGB
CMYK
RGB Variations
Color information
#EE5600 (or 0xEE5600) is known color: Persimmon. HEX triplet: EE, 56 and 00. RGB value is (238,86,0). Sum of RGB (Red+Green+Blue) = 238+86+0=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5600 is #11A9FF. Grayscale: #7A7A7A. Windows color (decimal): -1157632 or 22254. OLE color: 22254.
HSL color Cylindrical-coordinate representation of color #EE5600: hue angle of 21.68º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE5600 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.07 |
| HSL | 21.68º | 1% | 0.47% | - |
| HSV(B) | 21.68º | 1% | 0.93% | - |
| XYZ | 38.59 | 24.83 | 2.76 | - |
| YUV | 121.64 | 59.36 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 0 | 0 | 0.64 | 1 | 0.07 | 21.68 | 1 | 0.47 |
| Hex | EE | 56 | 0 | 0 | 40 | 64 | 7 | 16 | 64 | 2F |
| Octal | 356 | 126 | 0 | 0 | 100 | 144 | 7 | 26 | 144 | 57 |
| Binary | 11101110 | 1010110 | 0 | 0 | 1000000 | 1100100 | 111 | 10110 | 1100100 | 101111 |
Color Harmonies of #EE5600
Complementary color
Monochromatic Colors of #EE5600
Black with #EE5600
Text Example
Text Example
White with #EE5600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5600; }
p { color: rgb(238,86,0); }
H1.HeaderClassName
{
color: #EE5600;
}
.AnyTagClassName
{
color: #EE5600;
}
</style>
background-color css
<style>
a { background-color: #EE5600; }
a { background-color: rgb(238,86,0); }
div.DivClassName
{
background-color: #EE5600;
}
.BgClassName
{
background-color: #EE5600;
}
</style>
border-color css
<style>
span { border-color: #EE5600; }
span { border-color: rgb(238,86,0); }
td.TdClassName
{
border-color: #EE5600;
}
.TagClassName
{
border-color: #EE5600;
}
</style>