Shades of Pancho #E0AF90
Tints of Pancho #E0AF90
RGB
CMYK
RGB Variations
Color information
#E0AF90 (or 0xE0AF90) is known color: Pancho. HEX triplet: E0, AF and 90. RGB value is (224,175,144). Sum of RGB (Red+Green+Blue) = 224+175+144=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AF90 is #1F506F. Grayscale: #BABABA. Windows color (decimal): -2052208 or 9482208. OLE color: 9482208.
HSL color Cylindrical-coordinate representation of color #E0AF90: hue angle of 23.25º degrees, saturation: 0.56, 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 #E0AF90 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 144 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.12 |
| HSL | 23.25º | 0.56% | 0.72% | - |
| HSV(B) | 23.25º | 0.36% | 0.88% | - |
| XYZ | 51.1 | 48.52 | 33.06 | - |
| YUV | 186.12 | 104.23 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 144 | 0 | 0.22 | 0.36 | 0.12 | 23.25 | 0.56 | 0.72 |
| Hex | E0 | AF | 90 | 0 | 16 | 24 | C | 17 | 38 | 48 |
| Octal | 340 | 257 | 220 | 0 | 26 | 44 | 14 | 27 | 70 | 110 |
| Binary | 11100000 | 10101111 | 10010000 | 0 | 10110 | 100100 | 1100 | 10111 | 111000 | 1001000 |
Color Harmonies of #E0AF90
Complementary color
Monochromatic Colors of #E0AF90
Black with #E0AF90
Text Example
Text Example
White with #E0AF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AF90; }
p { color: rgb(224,175,144); }
H1.HeaderClassName
{
color: #E0AF90;
}
.AnyTagClassName
{
color: #E0AF90;
}
</style>
background-color css
<style>
a { background-color: #E0AF90; }
a { background-color: rgb(224,175,144); }
div.DivClassName
{
background-color: #E0AF90;
}
.BgClassName
{
background-color: #E0AF90;
}
</style>
border-color css
<style>
span { border-color: #E0AF90; }
span { border-color: rgb(224,175,144); }
td.TdClassName
{
border-color: #E0AF90;
}
.TagClassName
{
border-color: #E0AF90;
}
</style>