Shades of Persimmon #E66105
Tints of Persimmon #E66105
RGB
CMYK
RGB Variations
Color information
#E66105 (or 0xE66105) is known color: Persimmon. HEX triplet: E6, 61 and 05. RGB value is (230,97,5). Sum of RGB (Red+Green+Blue) = 230+97+5=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E66105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66105 is #199EFA. Grayscale: #7E7E7E. Windows color (decimal): -1679099 or 352742. OLE color: 352742.
HSL color Cylindrical-coordinate representation of color #E66105: hue angle of 24.53º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E66105 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 97 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.10 |
| HSL | 24.53º | 0.96% | 0.46% | - |
| HSV(B) | 24.53º | 0.98% | 0.9% | - |
| XYZ | 36.94 | 25.38 | 3.1 | - |
| YUV | 126.28 | 59.56 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 97 | 5 | 0 | 0.58 | 0.98 | 0.10 | 24.53 | 0.96 | 0.46 |
| Hex | E6 | 61 | 5 | 0 | 3A | 62 | A | 19 | 60 | 2E |
| Octal | 346 | 141 | 5 | 0 | 72 | 142 | 12 | 31 | 140 | 56 |
| Binary | 11100110 | 1100001 | 101 | 0 | 111010 | 1100010 | 1010 | 11001 | 1100000 | 101110 |
Color Harmonies of #E66105
Complementary color
Monochromatic Colors of #E66105
Black with #E66105
Text Example
Text Example
White with #E66105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66105; }
p { color: rgb(230,97,5); }
H1.HeaderClassName
{
color: #E66105;
}
.AnyTagClassName
{
color: #E66105;
}
</style>
background-color css
<style>
a { background-color: #E66105; }
a { background-color: rgb(230,97,5); }
div.DivClassName
{
background-color: #E66105;
}
.BgClassName
{
background-color: #E66105;
}
</style>
border-color css
<style>
span { border-color: #E66105; }
span { border-color: rgb(230,97,5); }
td.TdClassName
{
border-color: #E66105;
}
.TagClassName
{
border-color: #E66105;
}
</style>