Shades of Persimmon #E5430C
Tints of Persimmon #E5430C
RGB
CMYK
RGB Variations
Color information
#E5430C (or 0xE5430C) is known color: Persimmon. HEX triplet: E5, 43 and 0C. RGB value is (229,67,12). Sum of RGB (Red+Green+Blue) = 229+67+12=308 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.35% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 229 - color contains mainly: red. Hex color #E5430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5430C is #1ABCF3. Grayscale: #6D6D6D. Windows color (decimal): -1752308 or 803813. OLE color: 803813.
HSL color Cylindrical-coordinate representation of color #E5430C: hue angle of 15.21º 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 #E5430C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.10 |
| HSL | 15.21º | 0.9% | 0.47% | - |
| HSV(B) | 15.21º | 0.95% | 0.9% | - |
| XYZ | 34.39 | 20.7 | 2.53 | - |
| YUV | 109.17 | 73.17 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 12 | 0 | 0.71 | 0.95 | 0.10 | 15.21 | 0.9 | 0.47 |
| Hex | E5 | 43 | C | 0 | 47 | 5F | A | F | 5A | 2F |
| Octal | 345 | 103 | 14 | 0 | 107 | 137 | 12 | 17 | 132 | 57 |
| Binary | 11100101 | 1000011 | 1100 | 0 | 1000111 | 1011111 | 1010 | 1111 | 1011010 | 101111 |
Color Harmonies of #E5430C
Complementary color
Monochromatic Colors of #E5430C
Black with #E5430C
Text Example
Text Example
White with #E5430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5430C; }
p { color: rgb(229,67,12); }
H1.HeaderClassName
{
color: #E5430C;
}
.AnyTagClassName
{
color: #E5430C;
}
</style>
background-color css
<style>
a { background-color: #E5430C; }
a { background-color: rgb(229,67,12); }
div.DivClassName
{
background-color: #E5430C;
}
.BgClassName
{
background-color: #E5430C;
}
</style>
border-color css
<style>
span { border-color: #E5430C; }
span { border-color: rgb(229,67,12); }
td.TdClassName
{
border-color: #E5430C;
}
.TagClassName
{
border-color: #E5430C;
}
</style>