Shades of Persimmon #EB4A09
Tints of Persimmon #EB4A09
RGB
CMYK
RGB Variations
Color information
#EB4A09 (or 0xEB4A09) is known color: Persimmon. HEX triplet: EB, 4A and 09. RGB value is (235,74,9). Sum of RGB (Red+Green+Blue) = 235+74+9=318 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.90% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 9 (3.91% from 255 or 2.83% from 318); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4A09 is #14B5F6. Grayscale: #737373. Windows color (decimal): -1357303 or 609003. OLE color: 609003.
HSL color Cylindrical-coordinate representation of color #EB4A09: hue angle of 17.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB4A09 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 74 | 9 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.08 |
| HSL | 17.26º | 0.93% | 0.48% | - |
| HSV(B) | 17.26º | 0.96% | 0.92% | - |
| XYZ | 36.76 | 22.58 | 2.68 | - |
| YUV | 114.73 | 68.34 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 74 | 9 | 0 | 0.69 | 0.96 | 0.08 | 17.26 | 0.93 | 0.48 |
| Hex | EB | 4A | 9 | 0 | 45 | 60 | 8 | 11 | 5D | 30 |
| Octal | 353 | 112 | 11 | 0 | 105 | 140 | 10 | 21 | 135 | 60 |
| Binary | 11101011 | 1001010 | 1001 | 0 | 1000101 | 1100000 | 1000 | 10001 | 1011101 | 110000 |
Color Harmonies of #EB4A09
Complementary color
Monochromatic Colors of #EB4A09
Black with #EB4A09
Text Example
Text Example
White with #EB4A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4A09; }
p { color: rgb(235,74,9); }
H1.HeaderClassName
{
color: #EB4A09;
}
.AnyTagClassName
{
color: #EB4A09;
}
</style>
background-color css
<style>
a { background-color: #EB4A09; }
a { background-color: rgb(235,74,9); }
div.DivClassName
{
background-color: #EB4A09;
}
.BgClassName
{
background-color: #EB4A09;
}
</style>
border-color css
<style>
span { border-color: #EB4A09; }
span { border-color: rgb(235,74,9); }
td.TdClassName
{
border-color: #EB4A09;
}
.TagClassName
{
border-color: #EB4A09;
}
</style>