Shades of Pancho #EBB68D
Tints of Pancho #EBB68D
RGB
CMYK
RGB Variations
Color information
#EBB68D (or 0xEBB68D) is known color: Pancho. HEX triplet: EB, B6 and 8D. RGB value is (235,182,141). Sum of RGB (Red+Green+Blue) = 235+182+141=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB68D is #144972. Grayscale: #C1C1C1. Windows color (decimal): -1329523 or 9287403. OLE color: 9287403.
HSL color Cylindrical-coordinate representation of color #EBB68D: hue angle of 26.17º 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 #EBB68D is Cyan = 0, Magento = 0.23, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 182 | 141 | - |
| CMYK | 0 | 0.23 | 0.4 | 0.08 |
| HSL | 26.17º | 0.7% | 0.74% | - |
| HSV(B) | 26.17º | 0.4% | 0.92% | - |
| XYZ | 55.8 | 53.04 | 32.5 | - |
| YUV | 193.17 | 98.56 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 182 | 141 | 0 | 0.23 | 0.4 | 0.08 | 26.17 | 0.7 | 0.74 |
| Hex | EB | B6 | 8D | 0 | 17 | 28 | 8 | 1A | 46 | 4A |
| Octal | 353 | 266 | 215 | 0 | 27 | 50 | 10 | 32 | 106 | 112 |
| Binary | 11101011 | 10110110 | 10001101 | 0 | 10111 | 101000 | 1000 | 11010 | 1000110 | 1001010 |
Color Harmonies of #EBB68D
Complementary color
Monochromatic Colors of #EBB68D
Black with #EBB68D
Text Example
Text Example
White with #EBB68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB68D; }
p { color: rgb(235,182,141); }
H1.HeaderClassName
{
color: #EBB68D;
}
.AnyTagClassName
{
color: #EBB68D;
}
</style>
background-color css
<style>
a { background-color: #EBB68D; }
a { background-color: rgb(235,182,141); }
div.DivClassName
{
background-color: #EBB68D;
}
.BgClassName
{
background-color: #EBB68D;
}
</style>
border-color css
<style>
span { border-color: #EBB68D; }
span { border-color: rgb(235,182,141); }
td.TdClassName
{
border-color: #EBB68D;
}
.TagClassName
{
border-color: #EBB68D;
}
</style>