Shades of Pancho #E6BB8C
Tints of Pancho #E6BB8C
RGB
CMYK
RGB Variations
Color information
#E6BB8C (or 0xE6BB8C) is known color: Pancho. HEX triplet: E6, BB and 8C. RGB value is (230,187,140). Sum of RGB (Red+Green+Blue) = 230+187+140=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BB8C is #194473. Grayscale: #C2C2C2. Windows color (decimal): -1655924 or 9223142. OLE color: 9223142.
HSL color Cylindrical-coordinate representation of color #E6BB8C: hue angle of 31.33º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E6BB8C is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 140 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.10 |
| HSL | 31.33º | 0.64% | 0.73% | - |
| HSV(B) | 31.33º | 0.39% | 0.9% | - |
| XYZ | 55.14 | 54.26 | 32.38 | - |
| YUV | 194.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 140 | 0 | 0.19 | 0.39 | 0.10 | 31.33 | 0.64 | 0.73 |
| Hex | E6 | BB | 8C | 0 | 13 | 27 | A | 1F | 40 | 49 |
| Octal | 346 | 273 | 214 | 0 | 23 | 47 | 12 | 37 | 100 | 111 |
| Binary | 11100110 | 10111011 | 10001100 | 0 | 10011 | 100111 | 1010 | 11111 | 1000000 | 1001001 |
Color Harmonies of #E6BB8C
Complementary color
Monochromatic Colors of #E6BB8C
Black with #E6BB8C
Text Example
Text Example
White with #E6BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BB8C; }
p { color: rgb(230,187,140); }
H1.HeaderClassName
{
color: #E6BB8C;
}
.AnyTagClassName
{
color: #E6BB8C;
}
</style>
background-color css
<style>
a { background-color: #E6BB8C; }
a { background-color: rgb(230,187,140); }
div.DivClassName
{
background-color: #E6BB8C;
}
.BgClassName
{
background-color: #E6BB8C;
}
</style>
border-color css
<style>
span { border-color: #E6BB8C; }
span { border-color: rgb(230,187,140); }
td.TdClassName
{
border-color: #E6BB8C;
}
.TagClassName
{
border-color: #E6BB8C;
}
</style>