Shades of Persimmon #EA4D02
Tints of Persimmon #EA4D02
RGB
CMYK
RGB Variations
Color information
#EA4D02 (or 0xEA4D02) is known color: Persimmon. HEX triplet: EA, 4D and 02. RGB value is (234,77,2). Sum of RGB (Red+Green+Blue) = 234+77+2=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA4D02 is #15B2FD. Grayscale: #737373. Windows color (decimal): -1422078 or 151018. OLE color: 151018.
HSL color Cylindrical-coordinate representation of color #EA4D02: hue angle of 19.4º degrees, saturation: 0.98, 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 #EA4D02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.08 |
| HSL | 19.4º | 0.98% | 0.46% | - |
| HSV(B) | 19.4º | 0.99% | 0.92% | - |
| XYZ | 36.6 | 22.8 | 2.53 | - |
| YUV | 115.39 | 64.01 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 2 | 0 | 0.67 | 0.99 | 0.08 | 19.4 | 0.98 | 0.46 |
| Hex | EA | 4D | 2 | 0 | 43 | 63 | 8 | 13 | 62 | 2E |
| Octal | 352 | 115 | 2 | 0 | 103 | 143 | 10 | 23 | 142 | 56 |
| Binary | 11101010 | 1001101 | 10 | 0 | 1000011 | 1100011 | 1000 | 10011 | 1100010 | 101110 |
Color Harmonies of #EA4D02
Complementary color
Monochromatic Colors of #EA4D02
Black with #EA4D02
Text Example
Text Example
White with #EA4D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D02; }
p { color: rgb(234,77,2); }
H1.HeaderClassName
{
color: #EA4D02;
}
.AnyTagClassName
{
color: #EA4D02;
}
</style>
background-color css
<style>
a { background-color: #EA4D02; }
a { background-color: rgb(234,77,2); }
div.DivClassName
{
background-color: #EA4D02;
}
.BgClassName
{
background-color: #EA4D02;
}
</style>
border-color css
<style>
span { border-color: #EA4D02; }
span { border-color: rgb(234,77,2); }
td.TdClassName
{
border-color: #EA4D02;
}
.TagClassName
{
border-color: #EA4D02;
}
</style>