Shades of Persimmon #EB4A11
Tints of Persimmon #EB4A11
RGB
CMYK
RGB Variations
Color information
#EB4A11 (or 0xEB4A11) is known color: Persimmon. HEX triplet: EB, 4A and 11. RGB value is (235,74,17). Sum of RGB (Red+Green+Blue) = 235+74+17=326 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.09% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4A11 is #14B5EE. Grayscale: #747474. Windows color (decimal): -1357295 or 1133291. OLE color: 1133291.
HSL color Cylindrical-coordinate representation of color #EB4A11: hue angle of 15.69º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB4A11 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 74 | 17 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.08 |
| HSL | 15.69º | 0.87% | 0.49% | - |
| HSV(B) | 15.69º | 0.93% | 0.92% | - |
| XYZ | 36.81 | 22.6 | 2.95 | - |
| YUV | 115.64 | 72.34 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 74 | 17 | 0 | 0.69 | 0.93 | 0.08 | 15.69 | 0.87 | 0.49 |
| Hex | EB | 4A | 11 | 0 | 45 | 5D | 8 | 10 | 57 | 31 |
| Octal | 353 | 112 | 21 | 0 | 105 | 135 | 10 | 20 | 127 | 61 |
| Binary | 11101011 | 1001010 | 10001 | 0 | 1000101 | 1011101 | 1000 | 10000 | 1010111 | 110001 |
Color Harmonies of #EB4A11
Complementary color
Monochromatic Colors of #EB4A11
Black with #EB4A11
Text Example
Text Example
White with #EB4A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4A11; }
p { color: rgb(235,74,17); }
H1.HeaderClassName
{
color: #EB4A11;
}
.AnyTagClassName
{
color: #EB4A11;
}
</style>
background-color css
<style>
a { background-color: #EB4A11; }
a { background-color: rgb(235,74,17); }
div.DivClassName
{
background-color: #EB4A11;
}
.BgClassName
{
background-color: #EB4A11;
}
</style>
border-color css
<style>
span { border-color: #EB4A11; }
span { border-color: rgb(235,74,17); }
td.TdClassName
{
border-color: #EB4A11;
}
.TagClassName
{
border-color: #EB4A11;
}
</style>