Shades of Pancho #E4BE9C
Tints of Pancho #E4BE9C
RGB
CMYK
RGB Variations
Color information
#E4BE9C (or 0xE4BE9C) is known color: Pancho. HEX triplet: E4, BE and 9C. RGB value is (228,190,156). Sum of RGB (Red+Green+Blue) = 228+190+156=574 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.72% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BE9C is #1B4163. Grayscale: #C5C5C5. Windows color (decimal): -1786212 or 10272484. OLE color: 10272484.
HSL color Cylindrical-coordinate representation of color #E4BE9C: hue angle of 28.33º degrees, saturation: 0.57, 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 #E4BE9C is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 190 | 156 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.11 |
| HSL | 28.33º | 0.57% | 0.75% | - |
| HSV(B) | 28.33º | 0.32% | 0.89% | - |
| XYZ | 56.41 | 55.72 | 39.23 | - |
| YUV | 197.49 | 104.59 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 190 | 156 | 0 | 0.17 | 0.32 | 0.11 | 28.33 | 0.57 | 0.75 |
| Hex | E4 | BE | 9C | 0 | 11 | 20 | B | 1C | 39 | 4B |
| Octal | 344 | 276 | 234 | 0 | 21 | 40 | 13 | 34 | 71 | 113 |
| Binary | 11100100 | 10111110 | 10011100 | 0 | 10001 | 100000 | 1011 | 11100 | 111001 | 1001011 |
Color Harmonies of #E4BE9C
Complementary color
Monochromatic Colors of #E4BE9C
Black with #E4BE9C
Text Example
Text Example
White with #E4BE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BE9C; }
p { color: rgb(228,190,156); }
H1.HeaderClassName
{
color: #E4BE9C;
}
.AnyTagClassName
{
color: #E4BE9C;
}
</style>
background-color css
<style>
a { background-color: #E4BE9C; }
a { background-color: rgb(228,190,156); }
div.DivClassName
{
background-color: #E4BE9C;
}
.BgClassName
{
background-color: #E4BE9C;
}
</style>
border-color css
<style>
span { border-color: #E4BE9C; }
span { border-color: rgb(228,190,156); }
td.TdClassName
{
border-color: #E4BE9C;
}
.TagClassName
{
border-color: #E4BE9C;
}
</style>