Shades of Pancho #EABD90
Tints of Pancho #EABD90
RGB
CMYK
RGB Variations
Color information
#EABD90 (or 0xEABD90) is known color: Pancho. HEX triplet: EA, BD and 90. RGB value is (234,189,144). Sum of RGB (Red+Green+Blue) = 234+189+144=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABD90 is #15426F. Grayscale: #C5C5C5. Windows color (decimal): -1393264 or 9485802. OLE color: 9485802.
HSL color Cylindrical-coordinate representation of color #EABD90: hue angle of 30º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EABD90 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 144 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.08 |
| HSL | 30º | 0.68% | 0.74% | - |
| HSV(B) | 30º | 0.38% | 0.92% | - |
| XYZ | 57.16 | 55.9 | 34.16 | - |
| YUV | 197.33 | 97.91 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 144 | 0 | 0.19 | 0.38 | 0.08 | 30 | 0.68 | 0.74 |
| Hex | EA | BD | 90 | 0 | 13 | 26 | 8 | 1E | 44 | 4A |
| Octal | 352 | 275 | 220 | 0 | 23 | 46 | 10 | 36 | 104 | 112 |
| Binary | 11101010 | 10111101 | 10010000 | 0 | 10011 | 100110 | 1000 | 11110 | 1000100 | 1001010 |
Color Harmonies of #EABD90
Complementary color
Monochromatic Colors of #EABD90
Black with #EABD90
Text Example
Text Example
White with #EABD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD90; }
p { color: rgb(234,189,144); }
H1.HeaderClassName
{
color: #EABD90;
}
.AnyTagClassName
{
color: #EABD90;
}
</style>
background-color css
<style>
a { background-color: #EABD90; }
a { background-color: rgb(234,189,144); }
div.DivClassName
{
background-color: #EABD90;
}
.BgClassName
{
background-color: #EABD90;
}
</style>
border-color css
<style>
span { border-color: #EABD90; }
span { border-color: rgb(234,189,144); }
td.TdClassName
{
border-color: #EABD90;
}
.TagClassName
{
border-color: #EABD90;
}
</style>