Shades of Persimmon #EA4C10
Tints of Persimmon #EA4C10
RGB
CMYK
RGB Variations
Color information
#EA4C10 (or 0xEA4C10) is known color: Persimmon. HEX triplet: EA, 4C and 10. RGB value is (234,76,16). Sum of RGB (Red+Green+Blue) = 234+76+16=326 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.78% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4C10 is #15B3EF. Grayscale: #747474. Windows color (decimal): -1422320 or 1068266. OLE color: 1068266.
HSL color Cylindrical-coordinate representation of color #EA4C10: hue angle of 16.51º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA4C10 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 76 | 16 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.08 |
| HSL | 16.51º | 0.87% | 0.49% | - |
| HSV(B) | 16.51º | 0.93% | 0.92% | - |
| XYZ | 36.61 | 22.7 | 2.94 | - |
| YUV | 116.4 | 71.35 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 76 | 16 | 0 | 0.68 | 0.93 | 0.08 | 16.51 | 0.87 | 0.49 |
| Hex | EA | 4C | 10 | 0 | 44 | 5D | 8 | 11 | 57 | 31 |
| Octal | 352 | 114 | 20 | 0 | 104 | 135 | 10 | 21 | 127 | 61 |
| Binary | 11101010 | 1001100 | 10000 | 0 | 1000100 | 1011101 | 1000 | 10001 | 1010111 | 110001 |
Color Harmonies of #EA4C10
Complementary color
Monochromatic Colors of #EA4C10
Black with #EA4C10
Text Example
Text Example
White with #EA4C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4C10; }
p { color: rgb(234,76,16); }
H1.HeaderClassName
{
color: #EA4C10;
}
.AnyTagClassName
{
color: #EA4C10;
}
</style>
background-color css
<style>
a { background-color: #EA4C10; }
a { background-color: rgb(234,76,16); }
div.DivClassName
{
background-color: #EA4C10;
}
.BgClassName
{
background-color: #EA4C10;
}
</style>
border-color css
<style>
span { border-color: #EA4C10; }
span { border-color: rgb(234,76,16); }
td.TdClassName
{
border-color: #EA4C10;
}
.TagClassName
{
border-color: #EA4C10;
}
</style>