Shades of Persimmon #E76301
Tints of Persimmon #E76301
RGB
CMYK
RGB Variations
Color information
#E76301 (or 0xE76301) is known color: Persimmon. HEX triplet: E7, 63 and 01. RGB value is (231,99,1). Sum of RGB (Red+Green+Blue) = 231+99+1=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E76301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76301 is #189CFE. Grayscale: #7F7F7F. Windows color (decimal): -1613055 or 91111. OLE color: 91111.
HSL color Cylindrical-coordinate representation of color #E76301: hue angle of 25.57º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E76301 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 99 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.09 |
| HSL | 25.57º | 0.99% | 0.45% | - |
| HSV(B) | 25.57º | 1% | 0.91% | - |
| XYZ | 37.42 | 25.91 | 3.06 | - |
| YUV | 127.3 | 56.73 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 99 | 1 | 0 | 0.57 | 1.00 | 0.09 | 25.57 | 0.99 | 0.45 |
| Hex | E7 | 63 | 1 | 0 | 39 | 64 | 9 | 1A | 63 | 2D |
| Octal | 347 | 143 | 1 | 0 | 71 | 144 | 11 | 32 | 143 | 55 |
| Binary | 11100111 | 1100011 | 1 | 0 | 111001 | 1100100 | 1001 | 11010 | 1100011 | 101101 |
Color Harmonies of #E76301
Complementary color
Monochromatic Colors of #E76301
Black with #E76301
Text Example
Text Example
White with #E76301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76301; }
p { color: rgb(231,99,1); }
H1.HeaderClassName
{
color: #E76301;
}
.AnyTagClassName
{
color: #E76301;
}
</style>
background-color css
<style>
a { background-color: #E76301; }
a { background-color: rgb(231,99,1); }
div.DivClassName
{
background-color: #E76301;
}
.BgClassName
{
background-color: #E76301;
}
</style>
border-color css
<style>
span { border-color: #E76301; }
span { border-color: rgb(231,99,1); }
td.TdClassName
{
border-color: #E76301;
}
.TagClassName
{
border-color: #E76301;
}
</style>