Shades of Persimmon #EE5701
Tints of Persimmon #EE5701
RGB
CMYK
RGB Variations
Color information
#EE5701 (or 0xEE5701) is known color: Persimmon. HEX triplet: EE, 57 and 01. RGB value is (238,87,1). Sum of RGB (Red+Green+Blue) = 238+87+1=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5701 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5701 is #11A8FE. Grayscale: #7A7A7A. Windows color (decimal): -1157375 or 88046. OLE color: 88046.
HSL color Cylindrical-coordinate representation of color #EE5701: hue angle of 21.77º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE5701 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 1 | - |
| CMYK | 0 | 0.63 | 1.00 | 0.07 |
| HSL | 21.77º | 0.99% | 0.47% | - |
| HSV(B) | 21.77º | 1% | 0.93% | - |
| XYZ | 38.67 | 25 | 2.82 | - |
| YUV | 122.35 | 59.53 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 1 | 0 | 0.63 | 1.00 | 0.07 | 21.77 | 0.99 | 0.47 |
| Hex | EE | 57 | 1 | 0 | 3F | 64 | 7 | 16 | 63 | 2F |
| Octal | 356 | 127 | 1 | 0 | 77 | 144 | 7 | 26 | 143 | 57 |
| Binary | 11101110 | 1010111 | 1 | 0 | 111111 | 1100100 | 111 | 10110 | 1100011 | 101111 |
Color Harmonies of #EE5701
Complementary color
Monochromatic Colors of #EE5701
Black with #EE5701
Text Example
Text Example
White with #EE5701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5701; }
p { color: rgb(238,87,1); }
H1.HeaderClassName
{
color: #EE5701;
}
.AnyTagClassName
{
color: #EE5701;
}
</style>
background-color css
<style>
a { background-color: #EE5701; }
a { background-color: rgb(238,87,1); }
div.DivClassName
{
background-color: #EE5701;
}
.BgClassName
{
background-color: #EE5701;
}
</style>
border-color css
<style>
span { border-color: #EE5701; }
span { border-color: rgb(238,87,1); }
td.TdClassName
{
border-color: #EE5701;
}
.TagClassName
{
border-color: #EE5701;
}
</style>