Shades of Persimmon #EA4D07
Tints of Persimmon #EA4D07
RGB
CMYK
RGB Variations
Color information
#EA4D07 (or 0xEA4D07) is known color: Persimmon. HEX triplet: EA, 4D and 07. RGB value is (234,77,7). Sum of RGB (Red+Green+Blue) = 234+77+7=318 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.58% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA4D07 is #15B2F8. Grayscale: #747474. Windows color (decimal): -1422073 or 478698. OLE color: 478698.
HSL color Cylindrical-coordinate representation of color #EA4D07: hue angle of 18.5º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA4D07 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 7 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.08 |
| HSL | 18.5º | 0.94% | 0.47% | - |
| HSV(B) | 18.5º | 0.97% | 0.92% | - |
| XYZ | 36.62 | 22.82 | 2.67 | - |
| YUV | 115.96 | 66.51 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 7 | 0 | 0.67 | 0.97 | 0.08 | 18.5 | 0.94 | 0.47 |
| Hex | EA | 4D | 7 | 0 | 43 | 61 | 8 | 13 | 5E | 2F |
| Octal | 352 | 115 | 7 | 0 | 103 | 141 | 10 | 23 | 136 | 57 |
| Binary | 11101010 | 1001101 | 111 | 0 | 1000011 | 1100001 | 1000 | 10011 | 1011110 | 101111 |
Color Harmonies of #EA4D07
Complementary color
Monochromatic Colors of #EA4D07
Black with #EA4D07
Text Example
Text Example
White with #EA4D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D07; }
p { color: rgb(234,77,7); }
H1.HeaderClassName
{
color: #EA4D07;
}
.AnyTagClassName
{
color: #EA4D07;
}
</style>
background-color css
<style>
a { background-color: #EA4D07; }
a { background-color: rgb(234,77,7); }
div.DivClassName
{
background-color: #EA4D07;
}
.BgClassName
{
background-color: #EA4D07;
}
</style>
border-color css
<style>
span { border-color: #EA4D07; }
span { border-color: rgb(234,77,7); }
td.TdClassName
{
border-color: #EA4D07;
}
.TagClassName
{
border-color: #EA4D07;
}
</style>