Shades of Pancho #E4B79A
Tints of Pancho #E4B79A
RGB
CMYK
RGB Variations
Color information
#E4B79A (or 0xE4B79A) is known color: Pancho. HEX triplet: E4, B7 and 9A. RGB value is (228,183,154). Sum of RGB (Red+Green+Blue) = 228+183+154=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4B79A is #1B4865. Grayscale: #C1C1C1. Windows color (decimal): -1788006 or 10139620. OLE color: 10139620.
HSL color Cylindrical-coordinate representation of color #E4B79A: hue angle of 23.51º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E4B79A is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 183 | 154 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.11 |
| HSL | 23.51º | 0.58% | 0.75% | - |
| HSV(B) | 23.51º | 0.32% | 0.89% | - |
| XYZ | 54.76 | 52.69 | 37.86 | - |
| YUV | 193.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 183 | 154 | 0 | 0.20 | 0.32 | 0.11 | 23.51 | 0.58 | 0.75 |
| Hex | E4 | B7 | 9A | 0 | 14 | 20 | B | 18 | 3A | 4B |
| Octal | 344 | 267 | 232 | 0 | 24 | 40 | 13 | 30 | 72 | 113 |
| Binary | 11100100 | 10110111 | 10011010 | 0 | 10100 | 100000 | 1011 | 11000 | 111010 | 1001011 |
Color Harmonies of #E4B79A
Complementary color
Monochromatic Colors of #E4B79A
Black with #E4B79A
Text Example
Text Example
White with #E4B79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B79A; }
p { color: rgb(228,183,154); }
H1.HeaderClassName
{
color: #E4B79A;
}
.AnyTagClassName
{
color: #E4B79A;
}
</style>
background-color css
<style>
a { background-color: #E4B79A; }
a { background-color: rgb(228,183,154); }
div.DivClassName
{
background-color: #E4B79A;
}
.BgClassName
{
background-color: #E4B79A;
}
</style>
border-color css
<style>
span { border-color: #E4B79A; }
span { border-color: rgb(228,183,154); }
td.TdClassName
{
border-color: #E4B79A;
}
.TagClassName
{
border-color: #E4B79A;
}
</style>