Shades of Pancho #E1AF90
Tints of Pancho #E1AF90
RGB
CMYK
RGB Variations
Color information
#E1AF90 (or 0xE1AF90) is known color: Pancho. HEX triplet: E1, AF and 90. RGB value is (225,175,144). Sum of RGB (Red+Green+Blue) = 225+175+144=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AF90 is #1E506F. Grayscale: #BABABA. Windows color (decimal): -1986672 or 9482209. OLE color: 9482209.
HSL color Cylindrical-coordinate representation of color #E1AF90: hue angle of 22.96º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1AF90 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 144 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.12 |
| HSL | 22.96º | 0.57% | 0.72% | - |
| HSV(B) | 22.96º | 0.36% | 0.88% | - |
| XYZ | 51.42 | 48.68 | 33.07 | - |
| YUV | 186.42 | 104.07 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 144 | 0 | 0.22 | 0.36 | 0.12 | 22.96 | 0.57 | 0.72 |
| Hex | E1 | AF | 90 | 0 | 16 | 24 | C | 17 | 39 | 48 |
| Octal | 341 | 257 | 220 | 0 | 26 | 44 | 14 | 27 | 71 | 110 |
| Binary | 11100001 | 10101111 | 10010000 | 0 | 10110 | 100100 | 1100 | 10111 | 111001 | 1001000 |
Color Harmonies of #E1AF90
Complementary color
Monochromatic Colors of #E1AF90
Black with #E1AF90
Text Example
Text Example
White with #E1AF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF90; }
p { color: rgb(225,175,144); }
H1.HeaderClassName
{
color: #E1AF90;
}
.AnyTagClassName
{
color: #E1AF90;
}
</style>
background-color css
<style>
a { background-color: #E1AF90; }
a { background-color: rgb(225,175,144); }
div.DivClassName
{
background-color: #E1AF90;
}
.BgClassName
{
background-color: #E1AF90;
}
</style>
border-color css
<style>
span { border-color: #E1AF90; }
span { border-color: rgb(225,175,144); }
td.TdClassName
{
border-color: #E1AF90;
}
.TagClassName
{
border-color: #E1AF90;
}
</style>