Shades of Pancho #EAB68C
Tints of Pancho #EAB68C
RGB
CMYK
RGB Variations
Color information
#EAB68C (or 0xEAB68C) is known color: Pancho. HEX triplet: EA, B6 and 8C. RGB value is (234,182,140). Sum of RGB (Red+Green+Blue) = 234+182+140=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB68C is #154973. Grayscale: #C0C0C0. Windows color (decimal): -1395060 or 9221866. OLE color: 9221866.
HSL color Cylindrical-coordinate representation of color #EAB68C: hue angle of 26.81º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAB68C is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 140 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.08 |
| HSL | 26.81º | 0.69% | 0.73% | - |
| HSV(B) | 26.81º | 0.4% | 0.92% | - |
| XYZ | 55.39 | 52.84 | 32.09 | - |
| YUV | 192.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 140 | 0 | 0.22 | 0.40 | 0.08 | 26.81 | 0.69 | 0.73 |
| Hex | EA | B6 | 8C | 0 | 16 | 28 | 8 | 1B | 45 | 49 |
| Octal | 352 | 266 | 214 | 0 | 26 | 50 | 10 | 33 | 105 | 111 |
| Binary | 11101010 | 10110110 | 10001100 | 0 | 10110 | 101000 | 1000 | 11011 | 1000101 | 1001001 |
Color Harmonies of #EAB68C
Complementary color
Monochromatic Colors of #EAB68C
Black with #EAB68C
Text Example
Text Example
White with #EAB68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB68C; }
p { color: rgb(234,182,140); }
H1.HeaderClassName
{
color: #EAB68C;
}
.AnyTagClassName
{
color: #EAB68C;
}
</style>
background-color css
<style>
a { background-color: #EAB68C; }
a { background-color: rgb(234,182,140); }
div.DivClassName
{
background-color: #EAB68C;
}
.BgClassName
{
background-color: #EAB68C;
}
</style>
border-color css
<style>
span { border-color: #EAB68C; }
span { border-color: rgb(234,182,140); }
td.TdClassName
{
border-color: #EAB68C;
}
.TagClassName
{
border-color: #EAB68C;
}
</style>