Shades of Persimmon #EE6508
Tints of Persimmon #EE6508
RGB
CMYK
RGB Variations
Color information
#EE6508 (or 0xEE6508) is known color: Persimmon. HEX triplet: EE, 65 and 08. RGB value is (238,101,8). Sum of RGB (Red+Green+Blue) = 238+101+8=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6508 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6508 is #119AF7. Grayscale: #838383. Windows color (decimal): -1153784 or 550382. OLE color: 550382.
HSL color Cylindrical-coordinate representation of color #EE6508: hue angle of 24.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE6508 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 8 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.07 |
| HSL | 24.26º | 0.93% | 0.48% | - |
| HSV(B) | 24.26º | 0.97% | 0.93% | - |
| XYZ | 39.96 | 27.5 | 3.43 | - |
| YUV | 131.36 | 58.39 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 8 | 0 | 0.58 | 0.97 | 0.07 | 24.26 | 0.93 | 0.48 |
| Hex | EE | 65 | 8 | 0 | 3A | 61 | 7 | 18 | 5D | 30 |
| Octal | 356 | 145 | 10 | 0 | 72 | 141 | 7 | 30 | 135 | 60 |
| Binary | 11101110 | 1100101 | 1000 | 0 | 111010 | 1100001 | 111 | 11000 | 1011101 | 110000 |
Color Harmonies of #EE6508
Complementary color
Monochromatic Colors of #EE6508
Black with #EE6508
Text Example
Text Example
White with #EE6508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6508; }
p { color: rgb(238,101,8); }
H1.HeaderClassName
{
color: #EE6508;
}
.AnyTagClassName
{
color: #EE6508;
}
</style>
background-color css
<style>
a { background-color: #EE6508; }
a { background-color: rgb(238,101,8); }
div.DivClassName
{
background-color: #EE6508;
}
.BgClassName
{
background-color: #EE6508;
}
</style>
border-color css
<style>
span { border-color: #EE6508; }
span { border-color: rgb(238,101,8); }
td.TdClassName
{
border-color: #EE6508;
}
.TagClassName
{
border-color: #EE6508;
}
</style>