Shades of Pancho #E6C090
Tints of Pancho #E6C090
RGB
CMYK
RGB Variations
Color information
#E6C090 (or 0xE6C090) is known color: Pancho. HEX triplet: E6, C0 and 90. RGB value is (230,192,144). Sum of RGB (Red+Green+Blue) = 230+192+144=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C090 is #193F6F. Grayscale: #C6C6C6. Windows color (decimal): -1654640 or 9486566. OLE color: 9486566.
HSL color Cylindrical-coordinate representation of color #E6C090: hue angle of 33.49º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6C090 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 144 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.10 |
| HSL | 33.49º | 0.63% | 0.73% | - |
| HSV(B) | 33.49º | 0.37% | 0.9% | - |
| XYZ | 56.52 | 56.54 | 34.32 | - |
| YUV | 197.89 | 97.59 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 144 | 0 | 0.17 | 0.37 | 0.10 | 33.49 | 0.63 | 0.73 |
| Hex | E6 | C0 | 90 | 0 | 11 | 25 | A | 21 | 3F | 49 |
| Octal | 346 | 300 | 220 | 0 | 21 | 45 | 12 | 41 | 77 | 111 |
| Binary | 11100110 | 11000000 | 10010000 | 0 | 10001 | 100101 | 1010 | 100001 | 111111 | 1001001 |
Color Harmonies of #E6C090
Complementary color
Monochromatic Colors of #E6C090
Black with #E6C090
Text Example
Text Example
White with #E6C090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C090; }
p { color: rgb(230,192,144); }
H1.HeaderClassName
{
color: #E6C090;
}
.AnyTagClassName
{
color: #E6C090;
}
</style>
background-color css
<style>
a { background-color: #E6C090; }
a { background-color: rgb(230,192,144); }
div.DivClassName
{
background-color: #E6C090;
}
.BgClassName
{
background-color: #E6C090;
}
</style>
border-color css
<style>
span { border-color: #E6C090; }
span { border-color: rgb(230,192,144); }
td.TdClassName
{
border-color: #E6C090;
}
.TagClassName
{
border-color: #E6C090;
}
</style>