Shades of Pancho #E4BF90
Tints of Pancho #E4BF90
RGB
CMYK
RGB Variations
Color information
#E4BF90 (or 0xE4BF90) is known color: Pancho. HEX triplet: E4, BF and 90. RGB value is (228,191,144). Sum of RGB (Red+Green+Blue) = 228+191+144=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BF90 is #1B406F. Grayscale: #C4C4C4. Windows color (decimal): -1785968 or 9486308. OLE color: 9486308.
HSL color Cylindrical-coordinate representation of color #E4BF90: hue angle of 33.57º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E4BF90 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 191 | 144 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.11 |
| HSL | 33.57º | 0.61% | 0.73% | - |
| HSV(B) | 33.57º | 0.37% | 0.89% | - |
| XYZ | 55.66 | 55.77 | 34.22 | - |
| YUV | 196.71 | 98.26 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 191 | 144 | 0 | 0.16 | 0.37 | 0.11 | 33.57 | 0.61 | 0.73 |
| Hex | E4 | BF | 90 | 0 | 10 | 25 | B | 22 | 3D | 49 |
| Octal | 344 | 277 | 220 | 0 | 20 | 45 | 13 | 42 | 75 | 111 |
| Binary | 11100100 | 10111111 | 10010000 | 0 | 10000 | 100101 | 1011 | 100010 | 111101 | 1001001 |
Color Harmonies of #E4BF90
Complementary color
Monochromatic Colors of #E4BF90
Black with #E4BF90
Text Example
Text Example
White with #E4BF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BF90; }
p { color: rgb(228,191,144); }
H1.HeaderClassName
{
color: #E4BF90;
}
.AnyTagClassName
{
color: #E4BF90;
}
</style>
background-color css
<style>
a { background-color: #E4BF90; }
a { background-color: rgb(228,191,144); }
div.DivClassName
{
background-color: #E4BF90;
}
.BgClassName
{
background-color: #E4BF90;
}
</style>
border-color css
<style>
span { border-color: #E4BF90; }
span { border-color: rgb(228,191,144); }
td.TdClassName
{
border-color: #E4BF90;
}
.TagClassName
{
border-color: #E4BF90;
}
</style>