Shades of Persimmon #EA4C09
Tints of Persimmon #EA4C09
RGB
CMYK
RGB Variations
Color information
#EA4C09 (or 0xEA4C09) is known color: Persimmon. HEX triplet: EA, 4C and 09. RGB value is (234,76,9). Sum of RGB (Red+Green+Blue) = 234+76+9=319 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.35% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4C09 is #15B3F6. Grayscale: #747474. Windows color (decimal): -1422327 or 609514. OLE color: 609514.
HSL color Cylindrical-coordinate representation of color #EA4C09: hue angle of 17.87º 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 #EA4C09 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 76 | 9 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.08 |
| HSL | 17.87º | 0.93% | 0.48% | - |
| HSV(B) | 17.87º | 0.96% | 0.92% | - |
| XYZ | 36.57 | 22.68 | 2.71 | - |
| YUV | 115.6 | 67.85 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 76 | 9 | 0 | 0.68 | 0.96 | 0.08 | 17.87 | 0.93 | 0.48 |
| Hex | EA | 4C | 9 | 0 | 44 | 60 | 8 | 12 | 5D | 30 |
| Octal | 352 | 114 | 11 | 0 | 104 | 140 | 10 | 22 | 135 | 60 |
| Binary | 11101010 | 1001100 | 1001 | 0 | 1000100 | 1100000 | 1000 | 10010 | 1011101 | 110000 |
Color Harmonies of #EA4C09
Complementary color
Monochromatic Colors of #EA4C09
Black with #EA4C09
Text Example
Text Example
White with #EA4C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4C09; }
p { color: rgb(234,76,9); }
H1.HeaderClassName
{
color: #EA4C09;
}
.AnyTagClassName
{
color: #EA4C09;
}
</style>
background-color css
<style>
a { background-color: #EA4C09; }
a { background-color: rgb(234,76,9); }
div.DivClassName
{
background-color: #EA4C09;
}
.BgClassName
{
background-color: #EA4C09;
}
</style>
border-color css
<style>
span { border-color: #EA4C09; }
span { border-color: rgb(234,76,9); }
td.TdClassName
{
border-color: #EA4C09;
}
.TagClassName
{
border-color: #EA4C09;
}
</style>