Shades of Persimmon #EE5C0A
Tints of Persimmon #EE5C0A
RGB
CMYK
RGB Variations
Color information
#EE5C0A (or 0xEE5C0A) is known color: Persimmon. HEX triplet: EE, 5C and 0A. RGB value is (238,92,10). Sum of RGB (Red+Green+Blue) = 238+92+10=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5C0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5C0A is #11A3F5. Grayscale: #7E7E7E. Windows color (decimal): -1156086 or 679150. OLE color: 679150.
HSL color Cylindrical-coordinate representation of color #EE5C0A: hue angle of 21.58º 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 #EE5C0A is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 92 | 10 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.07 |
| HSL | 21.58º | 0.92% | 0.49% | - |
| HSV(B) | 21.58º | 0.96% | 0.93% | - |
| XYZ | 39.14 | 25.85 | 3.21 | - |
| YUV | 126.31 | 62.37 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 92 | 10 | 0 | 0.61 | 0.96 | 0.07 | 21.58 | 0.92 | 0.49 |
| Hex | EE | 5C | A | 0 | 3D | 60 | 7 | 16 | 5C | 31 |
| Octal | 356 | 134 | 12 | 0 | 75 | 140 | 7 | 26 | 134 | 61 |
| Binary | 11101110 | 1011100 | 1010 | 0 | 111101 | 1100000 | 111 | 10110 | 1011100 | 110001 |
Color Harmonies of #EE5C0A
Complementary color
Monochromatic Colors of #EE5C0A
Black with #EE5C0A
Text Example
Text Example
White with #EE5C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5C0A; }
p { color: rgb(238,92,10); }
H1.HeaderClassName
{
color: #EE5C0A;
}
.AnyTagClassName
{
color: #EE5C0A;
}
</style>
background-color css
<style>
a { background-color: #EE5C0A; }
a { background-color: rgb(238,92,10); }
div.DivClassName
{
background-color: #EE5C0A;
}
.BgClassName
{
background-color: #EE5C0A;
}
</style>
border-color css
<style>
span { border-color: #EE5C0A; }
span { border-color: rgb(238,92,10); }
td.TdClassName
{
border-color: #EE5C0A;
}
.TagClassName
{
border-color: #EE5C0A;
}
</style>