Shades of Persimmon #E9530B
Tints of Persimmon #E9530B
RGB
CMYK
RGB Variations
Color information
#E9530B (or 0xE9530B) is known color: Persimmon. HEX triplet: E9, 53 and 0B. RGB value is (233,83,11). Sum of RGB (Red+Green+Blue) = 233+83+11=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E9530B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9530B is #16ACF4. Grayscale: #787878. Windows color (decimal): -1486069 or 742377. OLE color: 742377.
HSL color Cylindrical-coordinate representation of color #E9530B: hue angle of 19.46º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9530B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.09 |
| HSL | 19.46º | 0.91% | 0.48% | - |
| HSV(B) | 19.46º | 0.95% | 0.91% | - |
| XYZ | 36.76 | 23.53 | 2.92 | - |
| YUV | 119.64 | 66.7 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 11 | 0 | 0.64 | 0.95 | 0.09 | 19.46 | 0.91 | 0.48 |
| Hex | E9 | 53 | B | 0 | 40 | 5F | 9 | 13 | 5B | 30 |
| Octal | 351 | 123 | 13 | 0 | 100 | 137 | 11 | 23 | 133 | 60 |
| Binary | 11101001 | 1010011 | 1011 | 0 | 1000000 | 1011111 | 1001 | 10011 | 1011011 | 110000 |
Color Harmonies of #E9530B
Complementary color
Monochromatic Colors of #E9530B
Black with #E9530B
Text Example
Text Example
White with #E9530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9530B; }
p { color: rgb(233,83,11); }
H1.HeaderClassName
{
color: #E9530B;
}
.AnyTagClassName
{
color: #E9530B;
}
</style>
background-color css
<style>
a { background-color: #E9530B; }
a { background-color: rgb(233,83,11); }
div.DivClassName
{
background-color: #E9530B;
}
.BgClassName
{
background-color: #E9530B;
}
</style>
border-color css
<style>
span { border-color: #E9530B; }
span { border-color: rgb(233,83,11); }
td.TdClassName
{
border-color: #E9530B;
}
.TagClassName
{
border-color: #E9530B;
}
</style>