Shades of Pancho #EDB98F
Tints of Pancho #EDB98F
RGB
CMYK
RGB Variations
Color information
#EDB98F (or 0xEDB98F) is known color: Pancho. HEX triplet: ED, B9 and 8F. RGB value is (237,185,143). Sum of RGB (Red+Green+Blue) = 237+185+143=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB98F is #124670. Grayscale: #C3C3C3. Windows color (decimal): -1197681 or 9419245. OLE color: 9419245.
HSL color Cylindrical-coordinate representation of color #EDB98F: hue angle of 26.81º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDB98F is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 143 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.07 |
| HSL | 26.81º | 0.72% | 0.75% | - |
| HSV(B) | 26.81º | 0.4% | 0.93% | - |
| XYZ | 57.23 | 54.69 | 33.53 | - |
| YUV | 195.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 143 | 0 | 0.22 | 0.40 | 0.07 | 26.81 | 0.72 | 0.75 |
| Hex | ED | B9 | 8F | 0 | 16 | 28 | 7 | 1B | 48 | 4B |
| Octal | 355 | 271 | 217 | 0 | 26 | 50 | 7 | 33 | 110 | 113 |
| Binary | 11101101 | 10111001 | 10001111 | 0 | 10110 | 101000 | 111 | 11011 | 1001000 | 1001011 |
Color Harmonies of #EDB98F
Complementary color
Monochromatic Colors of #EDB98F
Black with #EDB98F
Text Example
Text Example
White with #EDB98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB98F; }
p { color: rgb(237,185,143); }
H1.HeaderClassName
{
color: #EDB98F;
}
.AnyTagClassName
{
color: #EDB98F;
}
</style>
background-color css
<style>
a { background-color: #EDB98F; }
a { background-color: rgb(237,185,143); }
div.DivClassName
{
background-color: #EDB98F;
}
.BgClassName
{
background-color: #EDB98F;
}
</style>
border-color css
<style>
span { border-color: #EDB98F; }
span { border-color: rgb(237,185,143); }
td.TdClassName
{
border-color: #EDB98F;
}
.TagClassName
{
border-color: #EDB98F;
}
</style>