Shades of Pale Goldenrod #EFE8AC
Tints of Pale Goldenrod #EFE8AC
RGB
CMYK
RGB Variations
Color information
#EFE8AC (or 0xEFE8AC) is known color: Pale Goldenrod. HEX triplet: EF, E8 and AC. RGB value is (239,232,172). Sum of RGB (Red+Green+Blue) = 239+232+172=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 172 (67.58% from 255 or 26.75% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE8AC is #101753. Grayscale: #E3E3E3. Windows color (decimal): -1054548 or 11331823. OLE color: 11331823.
HSL color Cylindrical-coordinate representation of color #EFE8AC: hue angle of 53.73º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFE8AC is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 172 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.06 |
| HSL | 53.73º | 0.68% | 0.81% | - |
| HSV(B) | 53.73º | 0.28% | 0.94% | - |
| XYZ | 71.9 | 79.04 | 50.5 | - |
| YUV | 227.25 | 96.82 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 172 | 0 | 0.03 | 0.28 | 0.06 | 53.73 | 0.68 | 0.81 |
| Hex | EF | E8 | AC | 0 | 3 | 1C | 6 | 36 | 44 | 51 |
| Octal | 357 | 350 | 254 | 0 | 3 | 34 | 6 | 66 | 104 | 121 |
| Binary | 11101111 | 11101000 | 10101100 | 0 | 11 | 11100 | 110 | 110110 | 1000100 | 1010001 |
Color Harmonies of #EFE8AC
Complementary color
Monochromatic Colors of #EFE8AC
Black with #EFE8AC
Text Example
Text Example
White with #EFE8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8AC; }
p { color: rgb(239,232,172); }
H1.HeaderClassName
{
color: #EFE8AC;
}
.AnyTagClassName
{
color: #EFE8AC;
}
</style>
background-color css
<style>
a { background-color: #EFE8AC; }
a { background-color: rgb(239,232,172); }
div.DivClassName
{
background-color: #EFE8AC;
}
.BgClassName
{
background-color: #EFE8AC;
}
</style>
border-color css
<style>
span { border-color: #EFE8AC; }
span { border-color: rgb(239,232,172); }
td.TdClassName
{
border-color: #EFE8AC;
}
.TagClassName
{
border-color: #EFE8AC;
}
</style>