Shades of Pancho #E4B28F
Tints of Pancho #E4B28F
RGB
CMYK
RGB Variations
Color information
#E4B28F (or 0xE4B28F) is known color: Pancho. HEX triplet: E4, B2 and 8F. RGB value is (228,178,143). Sum of RGB (Red+Green+Blue) = 228+178+143=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4B28F is #1B4D70. Grayscale: #BDBDBD. Windows color (decimal): -1789297 or 9417444. OLE color: 9417444.
HSL color Cylindrical-coordinate representation of color #E4B28F: hue angle of 24.71º 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 #E4B28F is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 178 | 143 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.11 |
| HSL | 24.71º | 0.61% | 0.73% | - |
| HSV(B) | 24.71º | 0.37% | 0.89% | - |
| XYZ | 52.87 | 50.32 | 32.91 | - |
| YUV | 188.96 | 102.07 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 178 | 143 | 0 | 0.22 | 0.37 | 0.11 | 24.71 | 0.61 | 0.73 |
| Hex | E4 | B2 | 8F | 0 | 16 | 25 | B | 19 | 3D | 49 |
| Octal | 344 | 262 | 217 | 0 | 26 | 45 | 13 | 31 | 75 | 111 |
| Binary | 11100100 | 10110010 | 10001111 | 0 | 10110 | 100101 | 1011 | 11001 | 111101 | 1001001 |
Color Harmonies of #E4B28F
Complementary color
Monochromatic Colors of #E4B28F
Black with #E4B28F
Text Example
Text Example
White with #E4B28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B28F; }
p { color: rgb(228,178,143); }
H1.HeaderClassName
{
color: #E4B28F;
}
.AnyTagClassName
{
color: #E4B28F;
}
</style>
background-color css
<style>
a { background-color: #E4B28F; }
a { background-color: rgb(228,178,143); }
div.DivClassName
{
background-color: #E4B28F;
}
.BgClassName
{
background-color: #E4B28F;
}
</style>
border-color css
<style>
span { border-color: #E4B28F; }
span { border-color: rgb(228,178,143); }
td.TdClassName
{
border-color: #E4B28F;
}
.TagClassName
{
border-color: #E4B28F;
}
</style>