Shades of Persimmon #EE6305
Tints of Persimmon #EE6305
RGB
CMYK
RGB Variations
Color information
#EE6305 (or 0xEE6305) is known color: Persimmon. HEX triplet: EE, 63 and 05. RGB value is (238,99,5). Sum of RGB (Red+Green+Blue) = 238+99+5=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6305 is #119CFA. Grayscale: #828282. Windows color (decimal): -1154299 or 353262. OLE color: 353262.
HSL color Cylindrical-coordinate representation of color #EE6305: hue angle of 24.21º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE6305 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.07 |
| HSL | 24.21º | 0.96% | 0.48% | - |
| HSV(B) | 24.21º | 0.98% | 0.93% | - |
| XYZ | 39.75 | 27.11 | 3.28 | - |
| YUV | 129.85 | 57.55 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 5 | 0 | 0.58 | 0.98 | 0.07 | 24.21 | 0.96 | 0.48 |
| Hex | EE | 63 | 5 | 0 | 3A | 62 | 7 | 18 | 60 | 30 |
| Octal | 356 | 143 | 5 | 0 | 72 | 142 | 7 | 30 | 140 | 60 |
| Binary | 11101110 | 1100011 | 101 | 0 | 111010 | 1100010 | 111 | 11000 | 1100000 | 110000 |
Color Harmonies of #EE6305
Complementary color
Monochromatic Colors of #EE6305
Black with #EE6305
Text Example
Text Example
White with #EE6305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6305; }
p { color: rgb(238,99,5); }
H1.HeaderClassName
{
color: #EE6305;
}
.AnyTagClassName
{
color: #EE6305;
}
</style>
background-color css
<style>
a { background-color: #EE6305; }
a { background-color: rgb(238,99,5); }
div.DivClassName
{
background-color: #EE6305;
}
.BgClassName
{
background-color: #EE6305;
}
</style>
border-color css
<style>
span { border-color: #EE6305; }
span { border-color: rgb(238,99,5); }
td.TdClassName
{
border-color: #EE6305;
}
.TagClassName
{
border-color: #EE6305;
}
</style>