Shades of Persimmon #E6430A
Tints of Persimmon #E6430A
RGB
CMYK
RGB Variations
Color information
#E6430A (or 0xE6430A) is known color: Persimmon. HEX triplet: E6, 43 and 0A. RGB value is (230,67,10). Sum of RGB (Red+Green+Blue) = 230+67+10=307 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.92% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 230 - color contains mainly: red. Hex color #E6430A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6430A is #19BCF5. Grayscale: #6D6D6D. Windows color (decimal): -1686774 or 672742. OLE color: 672742.
HSL color Cylindrical-coordinate representation of color #E6430A: hue angle of 15.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6430A is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 10 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.10 |
| HSL | 15.55º | 0.92% | 0.47% | - |
| HSV(B) | 15.55º | 0.96% | 0.9% | - |
| XYZ | 34.7 | 20.86 | 2.48 | - |
| YUV | 109.24 | 72 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 10 | 0 | 0.71 | 0.96 | 0.10 | 15.55 | 0.92 | 0.47 |
| Hex | E6 | 43 | A | 0 | 47 | 60 | A | 10 | 5C | 2F |
| Octal | 346 | 103 | 12 | 0 | 107 | 140 | 12 | 20 | 134 | 57 |
| Binary | 11100110 | 1000011 | 1010 | 0 | 1000111 | 1100000 | 1010 | 10000 | 1011100 | 101111 |
Color Harmonies of #E6430A
Complementary color
Monochromatic Colors of #E6430A
Black with #E6430A
Text Example
Text Example
White with #E6430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6430A; }
p { color: rgb(230,67,10); }
H1.HeaderClassName
{
color: #E6430A;
}
.AnyTagClassName
{
color: #E6430A;
}
</style>
background-color css
<style>
a { background-color: #E6430A; }
a { background-color: rgb(230,67,10); }
div.DivClassName
{
background-color: #E6430A;
}
.BgClassName
{
background-color: #E6430A;
}
</style>
border-color css
<style>
span { border-color: #E6430A; }
span { border-color: rgb(230,67,10); }
td.TdClassName
{
border-color: #E6430A;
}
.TagClassName
{
border-color: #E6430A;
}
</style>