Shades of Persimmon #EA6300
Tints of Persimmon #EA6300
RGB
CMYK
RGB Variations
Color information
#EA6300 (or 0xEA6300) is known color: Persimmon. HEX triplet: EA, 63 and 00. RGB value is (234,99,0). Sum of RGB (Red+Green+Blue) = 234+99+0=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6300 is #159CFF. Grayscale: #808080. Windows color (decimal): -1416448 or 25578. OLE color: 25578.
HSL color Cylindrical-coordinate representation of color #EA6300: hue angle of 25.38º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA6300 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 99 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.08 |
| HSL | 25.38º | 1% | 0.46% | - |
| HSV(B) | 25.38º | 1% | 0.92% | - |
| XYZ | 38.39 | 26.42 | 3.08 | - |
| YUV | 128.08 | 55.73 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 99 | 0 | 0 | 0.58 | 1 | 0.08 | 25.38 | 1 | 0.46 |
| Hex | EA | 63 | 0 | 0 | 3A | 64 | 8 | 19 | 64 | 2E |
| Octal | 352 | 143 | 0 | 0 | 72 | 144 | 10 | 31 | 144 | 56 |
| Binary | 11101010 | 1100011 | 0 | 0 | 111010 | 1100100 | 1000 | 11001 | 1100100 | 101110 |
Color Harmonies of #EA6300
Complementary color
Monochromatic Colors of #EA6300
Black with #EA6300
Text Example
Text Example
White with #EA6300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6300; }
p { color: rgb(234,99,0); }
H1.HeaderClassName
{
color: #EA6300;
}
.AnyTagClassName
{
color: #EA6300;
}
</style>
background-color css
<style>
a { background-color: #EA6300; }
a { background-color: rgb(234,99,0); }
div.DivClassName
{
background-color: #EA6300;
}
.BgClassName
{
background-color: #EA6300;
}
</style>
border-color css
<style>
span { border-color: #EA6300; }
span { border-color: rgb(234,99,0); }
td.TdClassName
{
border-color: #EA6300;
}
.TagClassName
{
border-color: #EA6300;
}
</style>