Shades of Persimmon #E06303
Tints of Persimmon #E06303
RGB
CMYK
RGB Variations
Color information
#E06303 (or 0xE06303) is known color: Persimmon. HEX triplet: E0, 63 and 03. RGB value is (224,99,3). Sum of RGB (Red+Green+Blue) = 224+99+3=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E06303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06303 is #1F9CFC. Grayscale: #7D7D7D. Windows color (decimal): -2071805 or 222176. OLE color: 222176.
HSL color Cylindrical-coordinate representation of color #E06303: hue angle of 26.06º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E06303 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 3 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.12 |
| HSL | 26.06º | 0.97% | 0.45% | - |
| HSV(B) | 26.06º | 0.99% | 0.88% | - |
| XYZ | 35.22 | 24.78 | 3.01 | - |
| YUV | 125.43 | 58.91 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 3 | 0 | 0.56 | 0.99 | 0.12 | 26.06 | 0.97 | 0.45 |
| Hex | E0 | 63 | 3 | 0 | 38 | 63 | C | 1A | 61 | 2D |
| Octal | 340 | 143 | 3 | 0 | 70 | 143 | 14 | 32 | 141 | 55 |
| Binary | 11100000 | 1100011 | 11 | 0 | 111000 | 1100011 | 1100 | 11010 | 1100001 | 101101 |
Color Harmonies of #E06303
Complementary color
Monochromatic Colors of #E06303
Black with #E06303
Text Example
Text Example
White with #E06303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06303; }
p { color: rgb(224,99,3); }
H1.HeaderClassName
{
color: #E06303;
}
.AnyTagClassName
{
color: #E06303;
}
</style>
background-color css
<style>
a { background-color: #E06303; }
a { background-color: rgb(224,99,3); }
div.DivClassName
{
background-color: #E06303;
}
.BgClassName
{
background-color: #E06303;
}
</style>
border-color css
<style>
span { border-color: #E06303; }
span { border-color: rgb(224,99,3); }
td.TdClassName
{
border-color: #E06303;
}
.TagClassName
{
border-color: #E06303;
}
</style>