Shades of Persimmon #EE5C01
Tints of Persimmon #EE5C01
RGB
CMYK
RGB Variations
Color information
#EE5C01 (or 0xEE5C01) is known color: Persimmon. HEX triplet: EE, 5C and 01. RGB value is (238,92,1). Sum of RGB (Red+Green+Blue) = 238+92+1=331 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.90% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5C01 is #11A3FE. Grayscale: #7D7D7D. Windows color (decimal): -1156095 or 89326. OLE color: 89326.
HSL color Cylindrical-coordinate representation of color #EE5C01: hue angle of 23.04º 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 #EE5C01 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 92 | 1 | - |
| CMYK | 0 | 0.61 | 1.00 | 0.07 |
| HSL | 23.04º | 0.99% | 0.47% | - |
| HSV(B) | 23.04º | 1% | 0.93% | - |
| XYZ | 39.09 | 25.83 | 2.95 | - |
| YUV | 125.28 | 57.87 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 92 | 1 | 0 | 0.61 | 1.00 | 0.07 | 23.04 | 0.99 | 0.47 |
| Hex | EE | 5C | 1 | 0 | 3D | 64 | 7 | 17 | 63 | 2F |
| Octal | 356 | 134 | 1 | 0 | 75 | 144 | 7 | 27 | 143 | 57 |
| Binary | 11101110 | 1011100 | 1 | 0 | 111101 | 1100100 | 111 | 10111 | 1100011 | 101111 |
Color Harmonies of #EE5C01
Complementary color
Monochromatic Colors of #EE5C01
Black with #EE5C01
Text Example
Text Example
White with #EE5C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5C01; }
p { color: rgb(238,92,1); }
H1.HeaderClassName
{
color: #EE5C01;
}
.AnyTagClassName
{
color: #EE5C01;
}
</style>
background-color css
<style>
a { background-color: #EE5C01; }
a { background-color: rgb(238,92,1); }
div.DivClassName
{
background-color: #EE5C01;
}
.BgClassName
{
background-color: #EE5C01;
}
</style>
border-color css
<style>
span { border-color: #EE5C01; }
span { border-color: rgb(238,92,1); }
td.TdClassName
{
border-color: #EE5C01;
}
.TagClassName
{
border-color: #EE5C01;
}
</style>