Shades of Pale Goldenrod #EFEBA8
Tints of Pale Goldenrod #EFEBA8
RGB
CMYK
RGB Variations
Color information
#EFEBA8 (or 0xEFEBA8) is known color: Pale Goldenrod. HEX triplet: EF, EB and A8. RGB value is (239,235,168). Sum of RGB (Red+Green+Blue) = 239+235+168=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 168 (66.02% from 255 or 26.17% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEBA8 is #101457. Grayscale: #E4E4E4. Windows color (decimal): -1053784 or 11070447. OLE color: 11070447.
HSL color Cylindrical-coordinate representation of color #EFEBA8: hue angle of 56.62º 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 #EFEBA8 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 168 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.06 |
| HSL | 56.62º | 0.69% | 0.8% | - |
| HSV(B) | 56.62º | 0.3% | 0.94% | - |
| XYZ | 72.37 | 80.59 | 48.79 | - |
| YUV | 228.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 168 | 0 | 0.02 | 0.30 | 0.06 | 56.62 | 0.69 | 0.8 |
| Hex | EF | EB | A8 | 0 | 2 | 1E | 6 | 39 | 45 | 50 |
| Octal | 357 | 353 | 250 | 0 | 2 | 36 | 6 | 71 | 105 | 120 |
| Binary | 11101111 | 11101011 | 10101000 | 0 | 10 | 11110 | 110 | 111001 | 1000101 | 1010000 |
Color Harmonies of #EFEBA8
Complementary color
Monochromatic Colors of #EFEBA8
Black with #EFEBA8
Text Example
Text Example
White with #EFEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBA8; }
p { color: rgb(239,235,168); }
H1.HeaderClassName
{
color: #EFEBA8;
}
.AnyTagClassName
{
color: #EFEBA8;
}
</style>
background-color css
<style>
a { background-color: #EFEBA8; }
a { background-color: rgb(239,235,168); }
div.DivClassName
{
background-color: #EFEBA8;
}
.BgClassName
{
background-color: #EFEBA8;
}
</style>
border-color css
<style>
span { border-color: #EFEBA8; }
span { border-color: rgb(239,235,168); }
td.TdClassName
{
border-color: #EFEBA8;
}
.TagClassName
{
border-color: #EFEBA8;
}
</style>