Shades of Persimmon #EA4812
Tints of Persimmon #EA4812
RGB
CMYK
RGB Variations
Color information
#EA4812 (or 0xEA4812) is known color: Persimmon. HEX triplet: EA, 48 and 12. RGB value is (234,72,18). Sum of RGB (Red+Green+Blue) = 234+72+18=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4812 is #15B7ED. Grayscale: #727272. Windows color (decimal): -1423342 or 1198314. OLE color: 1198314.
HSL color Cylindrical-coordinate representation of color #EA4812: hue angle of 15º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA4812 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 72 | 18 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.08 |
| HSL | 15º | 0.86% | 0.49% | - |
| HSV(B) | 15º | 0.92% | 0.92% | - |
| XYZ | 36.36 | 22.17 | 2.94 | - |
| YUV | 114.28 | 73.67 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 72 | 18 | 0 | 0.69 | 0.92 | 0.08 | 15 | 0.86 | 0.49 |
| Hex | EA | 48 | 12 | 0 | 45 | 5C | 8 | F | 56 | 31 |
| Octal | 352 | 110 | 22 | 0 | 105 | 134 | 10 | 17 | 126 | 61 |
| Binary | 11101010 | 1001000 | 10010 | 0 | 1000101 | 1011100 | 1000 | 1111 | 1010110 | 110001 |
Color Harmonies of #EA4812
Complementary color
Monochromatic Colors of #EA4812
Black with #EA4812
Text Example
Text Example
White with #EA4812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4812; }
p { color: rgb(234,72,18); }
H1.HeaderClassName
{
color: #EA4812;
}
.AnyTagClassName
{
color: #EA4812;
}
</style>
background-color css
<style>
a { background-color: #EA4812; }
a { background-color: rgb(234,72,18); }
div.DivClassName
{
background-color: #EA4812;
}
.BgClassName
{
background-color: #EA4812;
}
</style>
border-color css
<style>
span { border-color: #EA4812; }
span { border-color: rgb(234,72,18); }
td.TdClassName
{
border-color: #EA4812;
}
.TagClassName
{
border-color: #EA4812;
}
</style>