Shades of Pancho #EFBD90
Tints of Pancho #EFBD90
RGB
CMYK
RGB Variations
Color information
#EFBD90 (or 0xEFBD90) is known color: Pancho. HEX triplet: EF, BD and 90. RGB value is (239,189,144). Sum of RGB (Red+Green+Blue) = 239+189+144=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD90 is #10426F. Grayscale: #C7C7C7. Windows color (decimal): -1065584 or 9485807. OLE color: 9485807.
HSL color Cylindrical-coordinate representation of color #EFBD90: hue angle of 28.42º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFBD90 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 144 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.06 |
| HSL | 28.42º | 0.75% | 0.75% | - |
| HSV(B) | 28.42º | 0.4% | 0.94% | - |
| XYZ | 58.83 | 56.76 | 34.24 | - |
| YUV | 198.82 | 97.07 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 144 | 0 | 0.21 | 0.40 | 0.06 | 28.42 | 0.75 | 0.75 |
| Hex | EF | BD | 90 | 0 | 15 | 28 | 6 | 1C | 4B | 4B |
| Octal | 357 | 275 | 220 | 0 | 25 | 50 | 6 | 34 | 113 | 113 |
| Binary | 11101111 | 10111101 | 10010000 | 0 | 10101 | 101000 | 110 | 11100 | 1001011 | 1001011 |
Color Harmonies of #EFBD90
Complementary color
Monochromatic Colors of #EFBD90
Black with #EFBD90
Text Example
Text Example
White with #EFBD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBD90; }
p { color: rgb(239,189,144); }
H1.HeaderClassName
{
color: #EFBD90;
}
.AnyTagClassName
{
color: #EFBD90;
}
</style>
background-color css
<style>
a { background-color: #EFBD90; }
a { background-color: rgb(239,189,144); }
div.DivClassName
{
background-color: #EFBD90;
}
.BgClassName
{
background-color: #EFBD90;
}
</style>
border-color css
<style>
span { border-color: #EFBD90; }
span { border-color: rgb(239,189,144); }
td.TdClassName
{
border-color: #EFBD90;
}
.TagClassName
{
border-color: #EFBD90;
}
</style>