Shades of Persimmon #EA4D03
Tints of Persimmon #EA4D03
RGB
CMYK
RGB Variations
Color information
#EA4D03 (or 0xEA4D03) is known color: Persimmon. HEX triplet: EA, 4D and 03. RGB value is (234,77,3). Sum of RGB (Red+Green+Blue) = 234+77+3=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA4D03 is #15B2FC. Grayscale: #737373. Windows color (decimal): -1422077 or 216554. OLE color: 216554.
HSL color Cylindrical-coordinate representation of color #EA4D03: hue angle of 19.22º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA4D03 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.08 |
| HSL | 19.22º | 0.97% | 0.46% | - |
| HSV(B) | 19.22º | 0.99% | 0.92% | - |
| XYZ | 36.6 | 22.81 | 2.56 | - |
| YUV | 115.51 | 64.51 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 3 | 0 | 0.67 | 0.99 | 0.08 | 19.22 | 0.97 | 0.46 |
| Hex | EA | 4D | 3 | 0 | 43 | 63 | 8 | 13 | 61 | 2E |
| Octal | 352 | 115 | 3 | 0 | 103 | 143 | 10 | 23 | 141 | 56 |
| Binary | 11101010 | 1001101 | 11 | 0 | 1000011 | 1100011 | 1000 | 10011 | 1100001 | 101110 |
Color Harmonies of #EA4D03
Complementary color
Monochromatic Colors of #EA4D03
Black with #EA4D03
Text Example
Text Example
White with #EA4D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D03; }
p { color: rgb(234,77,3); }
H1.HeaderClassName
{
color: #EA4D03;
}
.AnyTagClassName
{
color: #EA4D03;
}
</style>
background-color css
<style>
a { background-color: #EA4D03; }
a { background-color: rgb(234,77,3); }
div.DivClassName
{
background-color: #EA4D03;
}
.BgClassName
{
background-color: #EA4D03;
}
</style>
border-color css
<style>
span { border-color: #EA4D03; }
span { border-color: rgb(234,77,3); }
td.TdClassName
{
border-color: #EA4D03;
}
.TagClassName
{
border-color: #EA4D03;
}
</style>