Shades of Persimmon #EE5700
Tints of Persimmon #EE5700
RGB
CMYK
RGB Variations
Color information
#EE5700 (or 0xEE5700) is known color: Persimmon. HEX triplet: EE, 57 and 00. RGB value is (238,87,0). Sum of RGB (Red+Green+Blue) = 238+87+0=325 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.23% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5700 is #11A8FF. Grayscale: #7A7A7A. Windows color (decimal): -1157376 or 22510. OLE color: 22510.
HSL color Cylindrical-coordinate representation of color #EE5700: hue angle of 21.93º 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 #EE5700 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.07 |
| HSL | 21.93º | 1% | 0.47% | - |
| HSV(B) | 21.93º | 1% | 0.93% | - |
| XYZ | 38.67 | 24.99 | 2.79 | - |
| YUV | 122.23 | 59.03 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 0 | 0 | 0.63 | 1 | 0.07 | 21.93 | 1 | 0.47 |
| Hex | EE | 57 | 0 | 0 | 3F | 64 | 7 | 16 | 64 | 2F |
| Octal | 356 | 127 | 0 | 0 | 77 | 144 | 7 | 26 | 144 | 57 |
| Binary | 11101110 | 1010111 | 0 | 0 | 111111 | 1100100 | 111 | 10110 | 1100100 | 101111 |
Color Harmonies of #EE5700
Complementary color
Monochromatic Colors of #EE5700
Black with #EE5700
Text Example
Text Example
White with #EE5700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5700; }
p { color: rgb(238,87,0); }
H1.HeaderClassName
{
color: #EE5700;
}
.AnyTagClassName
{
color: #EE5700;
}
</style>
background-color css
<style>
a { background-color: #EE5700; }
a { background-color: rgb(238,87,0); }
div.DivClassName
{
background-color: #EE5700;
}
.BgClassName
{
background-color: #EE5700;
}
</style>
border-color css
<style>
span { border-color: #EE5700; }
span { border-color: rgb(238,87,0); }
td.TdClassName
{
border-color: #EE5700;
}
.TagClassName
{
border-color: #EE5700;
}
</style>