Shades of Persimmon #EA4E1A
Tints of Persimmon #EA4E1A
RGB
CMYK
RGB Variations
Color information
#EA4E1A (or 0xEA4E1A) is known color: Persimmon. HEX triplet: EA, 4E and 1A. RGB value is (234,78,26). Sum of RGB (Red+Green+Blue) = 234+78+26=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4E1A is #15B1E5. Grayscale: #777777. Windows color (decimal): -1421798 or 1724138. OLE color: 1724138.
HSL color Cylindrical-coordinate representation of color #EA4E1A: hue angle of 15º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA4E1A is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 78 | 26 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.08 |
| HSL | 15º | 0.83% | 0.51% | - |
| HSV(B) | 15º | 0.89% | 0.92% | - |
| XYZ | 36.84 | 23.02 | 3.48 | - |
| YUV | 118.72 | 75.68 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 78 | 26 | 0 | 0.67 | 0.89 | 0.08 | 15 | 0.83 | 0.51 |
| Hex | EA | 4E | 1A | 0 | 43 | 59 | 8 | F | 53 | 33 |
| Octal | 352 | 116 | 32 | 0 | 103 | 131 | 10 | 17 | 123 | 63 |
| Binary | 11101010 | 1001110 | 11010 | 0 | 1000011 | 1011001 | 1000 | 1111 | 1010011 | 110011 |
Color Harmonies of #EA4E1A
Complementary color
Monochromatic Colors of #EA4E1A
Black with #EA4E1A
Text Example
Text Example
White with #EA4E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4E1A; }
p { color: rgb(234,78,26); }
H1.HeaderClassName
{
color: #EA4E1A;
}
.AnyTagClassName
{
color: #EA4E1A;
}
</style>
background-color css
<style>
a { background-color: #EA4E1A; }
a { background-color: rgb(234,78,26); }
div.DivClassName
{
background-color: #EA4E1A;
}
.BgClassName
{
background-color: #EA4E1A;
}
</style>
border-color css
<style>
span { border-color: #EA4E1A; }
span { border-color: rgb(234,78,26); }
td.TdClassName
{
border-color: #EA4E1A;
}
.TagClassName
{
border-color: #EA4E1A;
}
</style>