Shades of Pancho #EABB93
Tints of Pancho #EABB93
RGB
CMYK
RGB Variations
Color information
#EABB93 (or 0xEABB93) is known color: Pancho. HEX triplet: EA, BB and 93. RGB value is (234,187,147). Sum of RGB (Red+Green+Blue) = 234+187+147=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 147 (57.81% from 255 or 25.88% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB93 is #15446C. Grayscale: #C4C4C4. Windows color (decimal): -1393773 or 9681898. OLE color: 9681898.
HSL color Cylindrical-coordinate representation of color #EABB93: hue angle of 27.59º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EABB93 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 147 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.08 |
| HSL | 27.59º | 0.67% | 0.75% | - |
| HSV(B) | 27.59º | 0.37% | 0.92% | - |
| XYZ | 56.97 | 55.14 | 35.24 | - |
| YUV | 196.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 147 | 0 | 0.20 | 0.37 | 0.08 | 27.59 | 0.67 | 0.75 |
| Hex | EA | BB | 93 | 0 | 14 | 25 | 8 | 1C | 43 | 4B |
| Octal | 352 | 273 | 223 | 0 | 24 | 45 | 10 | 34 | 103 | 113 |
| Binary | 11101010 | 10111011 | 10010011 | 0 | 10100 | 100101 | 1000 | 11100 | 1000011 | 1001011 |
Color Harmonies of #EABB93
Complementary color
Monochromatic Colors of #EABB93
Black with #EABB93
Text Example
Text Example
White with #EABB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB93; }
p { color: rgb(234,187,147); }
H1.HeaderClassName
{
color: #EABB93;
}
.AnyTagClassName
{
color: #EABB93;
}
</style>
background-color css
<style>
a { background-color: #EABB93; }
a { background-color: rgb(234,187,147); }
div.DivClassName
{
background-color: #EABB93;
}
.BgClassName
{
background-color: #EABB93;
}
</style>
border-color css
<style>
span { border-color: #EABB93; }
span { border-color: rgb(234,187,147); }
td.TdClassName
{
border-color: #EABB93;
}
.TagClassName
{
border-color: #EABB93;
}
</style>