Shades of Persimmon #E76405
Tints of Persimmon #E76405
RGB
CMYK
RGB Variations
Color information
#E76405 (or 0xE76405) is known color: Persimmon. HEX triplet: E7, 64 and 05. RGB value is (231,100,5). Sum of RGB (Red+Green+Blue) = 231+100+5=336 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.75% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 231 - color contains mainly: red. Hex color #E76405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76405 is #189BFA. Grayscale: #808080. Windows color (decimal): -1612795 or 353511. OLE color: 353511.
HSL color Cylindrical-coordinate representation of color #E76405: hue angle of 25.22º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E76405 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 5 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.09 |
| HSL | 25.22º | 0.96% | 0.46% | - |
| HSV(B) | 25.22º | 0.98% | 0.91% | - |
| XYZ | 37.54 | 26.11 | 3.21 | - |
| YUV | 128.34 | 58.4 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 5 | 0 | 0.57 | 0.98 | 0.09 | 25.22 | 0.96 | 0.46 |
| Hex | E7 | 64 | 5 | 0 | 39 | 62 | 9 | 19 | 60 | 2E |
| Octal | 347 | 144 | 5 | 0 | 71 | 142 | 11 | 31 | 140 | 56 |
| Binary | 11100111 | 1100100 | 101 | 0 | 111001 | 1100010 | 1001 | 11001 | 1100000 | 101110 |
Color Harmonies of #E76405
Complementary color
Monochromatic Colors of #E76405
Black with #E76405
Text Example
Text Example
White with #E76405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76405; }
p { color: rgb(231,100,5); }
H1.HeaderClassName
{
color: #E76405;
}
.AnyTagClassName
{
color: #E76405;
}
</style>
background-color css
<style>
a { background-color: #E76405; }
a { background-color: rgb(231,100,5); }
div.DivClassName
{
background-color: #E76405;
}
.BgClassName
{
background-color: #E76405;
}
</style>
border-color css
<style>
span { border-color: #E76405; }
span { border-color: rgb(231,100,5); }
td.TdClassName
{
border-color: #E76405;
}
.TagClassName
{
border-color: #E76405;
}
</style>