Shades of Pancho #EBC08F
Tints of Pancho #EBC08F
RGB
CMYK
RGB Variations
Color information
#EBC08F (or 0xEBC08F) is known color: Pancho. HEX triplet: EB, C0 and 8F. RGB value is (235,192,143). Sum of RGB (Red+Green+Blue) = 235+192+143=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC08F is #143F70. Grayscale: #C7C7C7. Windows color (decimal): -1326961 or 9421035. OLE color: 9421035.
HSL color Cylindrical-coordinate representation of color #EBC08F: hue angle of 31.96º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBC08F is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 143 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.08 |
| HSL | 31.96º | 0.7% | 0.74% | - |
| HSV(B) | 31.96º | 0.39% | 0.92% | - |
| XYZ | 58.07 | 57.34 | 33.99 | - |
| YUV | 199.27 | 96.25 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 143 | 0 | 0.18 | 0.39 | 0.08 | 31.96 | 0.7 | 0.74 |
| Hex | EB | C0 | 8F | 0 | 12 | 27 | 8 | 20 | 46 | 4A |
| Octal | 353 | 300 | 217 | 0 | 22 | 47 | 10 | 40 | 106 | 112 |
| Binary | 11101011 | 11000000 | 10001111 | 0 | 10010 | 100111 | 1000 | 100000 | 1000110 | 1001010 |
Color Harmonies of #EBC08F
Complementary color
Monochromatic Colors of #EBC08F
Black with #EBC08F
Text Example
Text Example
White with #EBC08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC08F; }
p { color: rgb(235,192,143); }
H1.HeaderClassName
{
color: #EBC08F;
}
.AnyTagClassName
{
color: #EBC08F;
}
</style>
background-color css
<style>
a { background-color: #EBC08F; }
a { background-color: rgb(235,192,143); }
div.DivClassName
{
background-color: #EBC08F;
}
.BgClassName
{
background-color: #EBC08F;
}
</style>
border-color css
<style>
span { border-color: #EBC08F; }
span { border-color: rgb(235,192,143); }
td.TdClassName
{
border-color: #EBC08F;
}
.TagClassName
{
border-color: #EBC08F;
}
</style>