Shades of Pancho #EABD94
Tints of Pancho #EABD94
RGB
CMYK
RGB Variations
Color information
#EABD94 (or 0xEABD94) is known color: Pancho. HEX triplet: EA, BD and 94. RGB value is (234,189,148). Sum of RGB (Red+Green+Blue) = 234+189+148=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 148 (58.20% from 255 or 25.92% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABD94 is #15426B. Grayscale: #C5C5C5. Windows color (decimal): -1393260 or 9747946. OLE color: 9747946.
HSL color Cylindrical-coordinate representation of color #EABD94: hue angle of 28.6º 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 #EABD94 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 148 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.08 |
| HSL | 28.6º | 0.67% | 0.75% | - |
| HSV(B) | 28.6º | 0.37% | 0.92% | - |
| XYZ | 57.47 | 56.03 | 35.8 | - |
| YUV | 197.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 148 | 0 | 0.19 | 0.37 | 0.08 | 28.6 | 0.67 | 0.75 |
| Hex | EA | BD | 94 | 0 | 13 | 25 | 8 | 1D | 43 | 4B |
| Octal | 352 | 275 | 224 | 0 | 23 | 45 | 10 | 35 | 103 | 113 |
| Binary | 11101010 | 10111101 | 10010100 | 0 | 10011 | 100101 | 1000 | 11101 | 1000011 | 1001011 |
Color Harmonies of #EABD94
Complementary color
Monochromatic Colors of #EABD94
Black with #EABD94
Text Example
Text Example
White with #EABD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD94; }
p { color: rgb(234,189,148); }
H1.HeaderClassName
{
color: #EABD94;
}
.AnyTagClassName
{
color: #EABD94;
}
</style>
background-color css
<style>
a { background-color: #EABD94; }
a { background-color: rgb(234,189,148); }
div.DivClassName
{
background-color: #EABD94;
}
.BgClassName
{
background-color: #EABD94;
}
</style>
border-color css
<style>
span { border-color: #EABD94; }
span { border-color: rgb(234,189,148); }
td.TdClassName
{
border-color: #EABD94;
}
.TagClassName
{
border-color: #EABD94;
}
</style>