Shades of Pancho #EDB88E
Tints of Pancho #EDB88E
RGB
CMYK
RGB Variations
Color information
#EDB88E (or 0xEDB88E) is known color: Pancho. HEX triplet: ED, B8 and 8E. RGB value is (237,184,142). Sum of RGB (Red+Green+Blue) = 237+184+142=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB88E is #124771. Grayscale: #C3C3C3. Windows color (decimal): -1197938 or 9353453. OLE color: 9353453.
HSL color Cylindrical-coordinate representation of color #EDB88E: hue angle of 26.53º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDB88E is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 142 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.07 |
| HSL | 26.53º | 0.73% | 0.74% | - |
| HSV(B) | 26.53º | 0.4% | 0.93% | - |
| XYZ | 56.95 | 54.24 | 33.06 | - |
| YUV | 195.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 142 | 0 | 0.22 | 0.40 | 0.07 | 26.53 | 0.73 | 0.74 |
| Hex | ED | B8 | 8E | 0 | 16 | 28 | 7 | 1B | 49 | 4A |
| Octal | 355 | 270 | 216 | 0 | 26 | 50 | 7 | 33 | 111 | 112 |
| Binary | 11101101 | 10111000 | 10001110 | 0 | 10110 | 101000 | 111 | 11011 | 1001001 | 1001010 |
Color Harmonies of #EDB88E
Complementary color
Monochromatic Colors of #EDB88E
Black with #EDB88E
Text Example
Text Example
White with #EDB88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB88E; }
p { color: rgb(237,184,142); }
H1.HeaderClassName
{
color: #EDB88E;
}
.AnyTagClassName
{
color: #EDB88E;
}
</style>
background-color css
<style>
a { background-color: #EDB88E; }
a { background-color: rgb(237,184,142); }
div.DivClassName
{
background-color: #EDB88E;
}
.BgClassName
{
background-color: #EDB88E;
}
</style>
border-color css
<style>
span { border-color: #EDB88E; }
span { border-color: rgb(237,184,142); }
td.TdClassName
{
border-color: #EDB88E;
}
.TagClassName
{
border-color: #EDB88E;
}
</style>