Shades of Persimmon #EA4501
Tints of Persimmon #EA4501
RGB
CMYK
RGB Variations
Color information
#EA4501 (or 0xEA4501) is known color: Persimmon. HEX triplet: EA, 45 and 01. RGB value is (234,69,1). Sum of RGB (Red+Green+Blue) = 234+69+1=304 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.97% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4501 is #15BAFE. Grayscale: #6F6F6F. Windows color (decimal): -1424127 or 83434. OLE color: 83434.
HSL color Cylindrical-coordinate representation of color #EA4501: hue angle of 17.51º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA4501 is Cyan = 0, Magento = 0.71, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 1 | - |
| CMYK | 0 | 0.71 | 1.00 | 0.08 |
| HSL | 17.51º | 0.99% | 0.46% | - |
| HSV(B) | 17.51º | 1% | 0.92% | - |
| XYZ | 36.07 | 21.75 | 2.33 | - |
| YUV | 110.58 | 66.16 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 1 | 0 | 0.71 | 1.00 | 0.08 | 17.51 | 0.99 | 0.46 |
| Hex | EA | 45 | 1 | 0 | 47 | 64 | 8 | 12 | 63 | 2E |
| Octal | 352 | 105 | 1 | 0 | 107 | 144 | 10 | 22 | 143 | 56 |
| Binary | 11101010 | 1000101 | 1 | 0 | 1000111 | 1100100 | 1000 | 10010 | 1100011 | 101110 |
Color Harmonies of #EA4501
Complementary color
Monochromatic Colors of #EA4501
Black with #EA4501
Text Example
Text Example
White with #EA4501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4501; }
p { color: rgb(234,69,1); }
H1.HeaderClassName
{
color: #EA4501;
}
.AnyTagClassName
{
color: #EA4501;
}
</style>
background-color css
<style>
a { background-color: #EA4501; }
a { background-color: rgb(234,69,1); }
div.DivClassName
{
background-color: #EA4501;
}
.BgClassName
{
background-color: #EA4501;
}
</style>
border-color css
<style>
span { border-color: #EA4501; }
span { border-color: rgb(234,69,1); }
td.TdClassName
{
border-color: #EA4501;
}
.TagClassName
{
border-color: #EA4501;
}
</style>