Shades of Persimmon #E5630C
Tints of Persimmon #E5630C
RGB
CMYK
RGB Variations
Color information
#E5630C (or 0xE5630C) is known color: Persimmon. HEX triplet: E5, 63 and 0C. RGB value is (229,99,12). Sum of RGB (Red+Green+Blue) = 229+99+12=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E5630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5630C is #1A9CF3. Grayscale: #808080. Windows color (decimal): -1744116 or 812005. OLE color: 812005.
HSL color Cylindrical-coordinate representation of color #E5630C: hue angle of 24.06º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5630C is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 12 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.10 |
| HSL | 24.06º | 0.9% | 0.47% | - |
| HSV(B) | 24.06º | 0.95% | 0.9% | - |
| XYZ | 36.84 | 25.61 | 3.35 | - |
| YUV | 127.95 | 62.57 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 12 | 0 | 0.57 | 0.95 | 0.10 | 24.06 | 0.9 | 0.47 |
| Hex | E5 | 63 | C | 0 | 39 | 5F | A | 18 | 5A | 2F |
| Octal | 345 | 143 | 14 | 0 | 71 | 137 | 12 | 30 | 132 | 57 |
| Binary | 11100101 | 1100011 | 1100 | 0 | 111001 | 1011111 | 1010 | 11000 | 1011010 | 101111 |
Color Harmonies of #E5630C
Complementary color
Monochromatic Colors of #E5630C
Black with #E5630C
Text Example
Text Example
White with #E5630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5630C; }
p { color: rgb(229,99,12); }
H1.HeaderClassName
{
color: #E5630C;
}
.AnyTagClassName
{
color: #E5630C;
}
</style>
background-color css
<style>
a { background-color: #E5630C; }
a { background-color: rgb(229,99,12); }
div.DivClassName
{
background-color: #E5630C;
}
.BgClassName
{
background-color: #E5630C;
}
</style>
border-color css
<style>
span { border-color: #E5630C; }
span { border-color: rgb(229,99,12); }
td.TdClassName
{
border-color: #E5630C;
}
.TagClassName
{
border-color: #E5630C;
}
</style>