Shades of Persimmon #EA530B
Tints of Persimmon #EA530B
RGB
CMYK
RGB Variations
Color information
#EA530B (or 0xEA530B) is known color: Persimmon. HEX triplet: EA, 53 and 0B. RGB value is (234,83,11). Sum of RGB (Red+Green+Blue) = 234+83+11=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA530B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA530B is #15ACF4. Grayscale: #787878. Windows color (decimal): -1420533 or 742378. OLE color: 742378.
HSL color Cylindrical-coordinate representation of color #EA530B: hue angle of 19.37º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA530B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 83 | 11 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.08 |
| HSL | 19.37º | 0.91% | 0.48% | - |
| HSV(B) | 19.37º | 0.95% | 0.92% | - |
| XYZ | 37.09 | 23.7 | 2.94 | - |
| YUV | 119.94 | 66.53 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 83 | 11 | 0 | 0.65 | 0.95 | 0.08 | 19.37 | 0.91 | 0.48 |
| Hex | EA | 53 | B | 0 | 41 | 5F | 8 | 13 | 5B | 30 |
| Octal | 352 | 123 | 13 | 0 | 101 | 137 | 10 | 23 | 133 | 60 |
| Binary | 11101010 | 1010011 | 1011 | 0 | 1000001 | 1011111 | 1000 | 10011 | 1011011 | 110000 |
Color Harmonies of #EA530B
Complementary color
Monochromatic Colors of #EA530B
Black with #EA530B
Text Example
Text Example
White with #EA530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA530B; }
p { color: rgb(234,83,11); }
H1.HeaderClassName
{
color: #EA530B;
}
.AnyTagClassName
{
color: #EA530B;
}
</style>
background-color css
<style>
a { background-color: #EA530B; }
a { background-color: rgb(234,83,11); }
div.DivClassName
{
background-color: #EA530B;
}
.BgClassName
{
background-color: #EA530B;
}
</style>
border-color css
<style>
span { border-color: #EA530B; }
span { border-color: rgb(234,83,11); }
td.TdClassName
{
border-color: #EA530B;
}
.TagClassName
{
border-color: #EA530B;
}
</style>