Shades of Persimmon #EA630B
Tints of Persimmon #EA630B
RGB
CMYK
RGB Variations
Color information
#EA630B (or 0xEA630B) is known color: Persimmon. HEX triplet: EA, 63 and 0B. RGB value is (234,99,11). Sum of RGB (Red+Green+Blue) = 234+99+11=344 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.02% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 234 - color contains mainly: red. Hex color #EA630B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA630B is #159CF4. Grayscale: #818181. Windows color (decimal): -1416437 or 746474. OLE color: 746474.
HSL color Cylindrical-coordinate representation of color #EA630B: hue angle of 23.68º 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 #EA630B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 99 | 11 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.08 |
| HSL | 23.68º | 0.91% | 0.48% | - |
| HSV(B) | 23.68º | 0.95% | 0.92% | - |
| XYZ | 38.45 | 26.44 | 3.39 | - |
| YUV | 129.33 | 61.23 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 99 | 11 | 0 | 0.58 | 0.95 | 0.08 | 23.68 | 0.91 | 0.48 |
| Hex | EA | 63 | B | 0 | 3A | 5F | 8 | 18 | 5B | 30 |
| Octal | 352 | 143 | 13 | 0 | 72 | 137 | 10 | 30 | 133 | 60 |
| Binary | 11101010 | 1100011 | 1011 | 0 | 111010 | 1011111 | 1000 | 11000 | 1011011 | 110000 |
Color Harmonies of #EA630B
Complementary color
Monochromatic Colors of #EA630B
Black with #EA630B
Text Example
Text Example
White with #EA630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA630B; }
p { color: rgb(234,99,11); }
H1.HeaderClassName
{
color: #EA630B;
}
.AnyTagClassName
{
color: #EA630B;
}
</style>
background-color css
<style>
a { background-color: #EA630B; }
a { background-color: rgb(234,99,11); }
div.DivClassName
{
background-color: #EA630B;
}
.BgClassName
{
background-color: #EA630B;
}
</style>
border-color css
<style>
span { border-color: #EA630B; }
span { border-color: rgb(234,99,11); }
td.TdClassName
{
border-color: #EA630B;
}
.TagClassName
{
border-color: #EA630B;
}
</style>