Shades of Pancho #EBB68C
Tints of Pancho #EBB68C
RGB
CMYK
RGB Variations
Color information
#EBB68C (or 0xEBB68C) is known color: Pancho. HEX triplet: EB, B6 and 8C. RGB value is (235,182,140). Sum of RGB (Red+Green+Blue) = 235+182+140=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB68C is #144973. Grayscale: #C1C1C1. Windows color (decimal): -1329524 or 9221867. OLE color: 9221867.
HSL color Cylindrical-coordinate representation of color #EBB68C: hue angle of 26.53º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBB68C is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 182 | 140 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.08 |
| HSL | 26.53º | 0.7% | 0.74% | - |
| HSV(B) | 26.53º | 0.4% | 0.92% | - |
| XYZ | 55.72 | 53.01 | 32.11 | - |
| YUV | 193.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 182 | 140 | 0 | 0.23 | 0.40 | 0.08 | 26.53 | 0.7 | 0.74 |
| Hex | EB | B6 | 8C | 0 | 17 | 28 | 8 | 1B | 46 | 4A |
| Octal | 353 | 266 | 214 | 0 | 27 | 50 | 10 | 33 | 106 | 112 |
| Binary | 11101011 | 10110110 | 10001100 | 0 | 10111 | 101000 | 1000 | 11011 | 1000110 | 1001010 |
Color Harmonies of #EBB68C
Complementary color
Monochromatic Colors of #EBB68C
Black with #EBB68C
Text Example
Text Example
White with #EBB68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB68C; }
p { color: rgb(235,182,140); }
H1.HeaderClassName
{
color: #EBB68C;
}
.AnyTagClassName
{
color: #EBB68C;
}
</style>
background-color css
<style>
a { background-color: #EBB68C; }
a { background-color: rgb(235,182,140); }
div.DivClassName
{
background-color: #EBB68C;
}
.BgClassName
{
background-color: #EBB68C;
}
</style>
border-color css
<style>
span { border-color: #EBB68C; }
span { border-color: rgb(235,182,140); }
td.TdClassName
{
border-color: #EBB68C;
}
.TagClassName
{
border-color: #EBB68C;
}
</style>