Shades of Pale Goldenrod #EFEDA8
Tints of Pale Goldenrod #EFEDA8
RGB
CMYK
RGB Variations
Color information
#EFEDA8 (or 0xEFEDA8) is known color: Pale Goldenrod. HEX triplet: EF, ED and A8. RGB value is (239,237,168). Sum of RGB (Red+Green+Blue) = 239+237+168=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 168 (66.02% from 255 or 26.09% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEDA8 is #101257. Grayscale: #E6E6E6. Windows color (decimal): -1053272 or 11070959. OLE color: 11070959.
HSL color Cylindrical-coordinate representation of color #EFEDA8: hue angle of 58.31º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFEDA8 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 168 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.06 |
| HSL | 58.31º | 0.69% | 0.8% | - |
| HSV(B) | 58.31º | 0.3% | 0.94% | - |
| XYZ | 72.95 | 81.75 | 48.98 | - |
| YUV | 229.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 168 | 0 | 0.01 | 0.30 | 0.06 | 58.31 | 0.69 | 0.8 |
| Hex | EF | ED | A8 | 0 | 1 | 1E | 6 | 3A | 45 | 50 |
| Octal | 357 | 355 | 250 | 0 | 1 | 36 | 6 | 72 | 105 | 120 |
| Binary | 11101111 | 11101101 | 10101000 | 0 | 1 | 11110 | 110 | 111010 | 1000101 | 1010000 |
Color Harmonies of #EFEDA8
Complementary color
Monochromatic Colors of #EFEDA8
Black with #EFEDA8
Text Example
Text Example
White with #EFEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDA8; }
p { color: rgb(239,237,168); }
H1.HeaderClassName
{
color: #EFEDA8;
}
.AnyTagClassName
{
color: #EFEDA8;
}
</style>
background-color css
<style>
a { background-color: #EFEDA8; }
a { background-color: rgb(239,237,168); }
div.DivClassName
{
background-color: #EFEDA8;
}
.BgClassName
{
background-color: #EFEDA8;
}
</style>
border-color css
<style>
span { border-color: #EFEDA8; }
span { border-color: rgb(239,237,168); }
td.TdClassName
{
border-color: #EFEDA8;
}
.TagClassName
{
border-color: #EFEDA8;
}
</style>