Shades of Persimmon #E76400
Tints of Persimmon #E76400
RGB
CMYK
RGB Variations
Color information
#E76400 (or 0xE76400) is known color: Persimmon. HEX triplet: E7, 64 and 00. RGB value is (231,100,0). Sum of RGB (Red+Green+Blue) = 231+100+0=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E76400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76400 is #189BFF. Grayscale: #808080. Windows color (decimal): -1612800 or 25831. OLE color: 25831.
HSL color Cylindrical-coordinate representation of color #E76400: hue angle of 25.97º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E76400 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.09 |
| HSL | 25.97º | 1% | 0.45% | - |
| HSV(B) | 25.97º | 1% | 0.91% | - |
| XYZ | 37.51 | 26.1 | 3.06 | - |
| YUV | 127.77 | 55.9 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 0 | 0 | 0.57 | 1 | 0.09 | 25.97 | 1 | 0.45 |
| Hex | E7 | 64 | 0 | 0 | 39 | 64 | 9 | 1A | 64 | 2D |
| Octal | 347 | 144 | 0 | 0 | 71 | 144 | 11 | 32 | 144 | 55 |
| Binary | 11100111 | 1100100 | 0 | 0 | 111001 | 1100100 | 1001 | 11010 | 1100100 | 101101 |
Color Harmonies of #E76400
Complementary color
Monochromatic Colors of #E76400
Black with #E76400
Text Example
Text Example
White with #E76400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76400; }
p { color: rgb(231,100,0); }
H1.HeaderClassName
{
color: #E76400;
}
.AnyTagClassName
{
color: #E76400;
}
</style>
background-color css
<style>
a { background-color: #E76400; }
a { background-color: rgb(231,100,0); }
div.DivClassName
{
background-color: #E76400;
}
.BgClassName
{
background-color: #E76400;
}
</style>
border-color css
<style>
span { border-color: #E76400; }
span { border-color: rgb(231,100,0); }
td.TdClassName
{
border-color: #E76400;
}
.TagClassName
{
border-color: #E76400;
}
</style>