Shades of Persimmon #E66302
Tints of Persimmon #E66302
RGB
CMYK
RGB Variations
Color information
#E66302 (or 0xE66302) is known color: Persimmon. HEX triplet: E6, 63 and 02. RGB value is (230,99,2). Sum of RGB (Red+Green+Blue) = 230+99+2=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E66302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66302 is #199CFD. Grayscale: #7F7F7F. Windows color (decimal): -1678590 or 156646. OLE color: 156646.
HSL color Cylindrical-coordinate representation of color #E66302: hue angle of 25.53º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E66302 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 99 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.10 |
| HSL | 25.53º | 0.98% | 0.45% | - |
| HSV(B) | 25.53º | 0.99% | 0.9% | - |
| XYZ | 37.11 | 25.75 | 3.07 | - |
| YUV | 127.11 | 57.4 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 99 | 2 | 0 | 0.57 | 0.99 | 0.10 | 25.53 | 0.98 | 0.45 |
| Hex | E6 | 63 | 2 | 0 | 39 | 63 | A | 1A | 62 | 2D |
| Octal | 346 | 143 | 2 | 0 | 71 | 143 | 12 | 32 | 142 | 55 |
| Binary | 11100110 | 1100011 | 10 | 0 | 111001 | 1100011 | 1010 | 11010 | 1100010 | 101101 |
Color Harmonies of #E66302
Complementary color
Monochromatic Colors of #E66302
Black with #E66302
Text Example
Text Example
White with #E66302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66302; }
p { color: rgb(230,99,2); }
H1.HeaderClassName
{
color: #E66302;
}
.AnyTagClassName
{
color: #E66302;
}
</style>
background-color css
<style>
a { background-color: #E66302; }
a { background-color: rgb(230,99,2); }
div.DivClassName
{
background-color: #E66302;
}
.BgClassName
{
background-color: #E66302;
}
</style>
border-color css
<style>
span { border-color: #E66302; }
span { border-color: rgb(230,99,2); }
td.TdClassName
{
border-color: #E66302;
}
.TagClassName
{
border-color: #E66302;
}
</style>