Shades of Pale Goldenrod #EFE4AC
Tints of Pale Goldenrod #EFE4AC
RGB
CMYK
RGB Variations
Color information
#EFE4AC (or 0xEFE4AC) is known color: Pale Goldenrod. HEX triplet: EF, E4 and AC. RGB value is (239,228,172). Sum of RGB (Red+Green+Blue) = 239+228+172=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 172 (67.58% from 255 or 26.92% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE4AC is #101B53. Grayscale: #E1E1E1. Windows color (decimal): -1055572 or 11330799. OLE color: 11330799.
HSL color Cylindrical-coordinate representation of color #EFE4AC: hue angle of 50.15º 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 #EFE4AC is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 172 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.06 |
| HSL | 50.15º | 0.68% | 0.81% | - |
| HSV(B) | 50.15º | 0.28% | 0.94% | - |
| XYZ | 70.79 | 76.82 | 50.13 | - |
| YUV | 224.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 172 | 0 | 0.05 | 0.28 | 0.06 | 50.15 | 0.68 | 0.81 |
| Hex | EF | E4 | AC | 0 | 5 | 1C | 6 | 32 | 44 | 51 |
| Octal | 357 | 344 | 254 | 0 | 5 | 34 | 6 | 62 | 104 | 121 |
| Binary | 11101111 | 11100100 | 10101100 | 0 | 101 | 11100 | 110 | 110010 | 1000100 | 1010001 |
Color Harmonies of #EFE4AC
Complementary color
Monochromatic Colors of #EFE4AC
Black with #EFE4AC
Text Example
Text Example
White with #EFE4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4AC; }
p { color: rgb(239,228,172); }
H1.HeaderClassName
{
color: #EFE4AC;
}
.AnyTagClassName
{
color: #EFE4AC;
}
</style>
background-color css
<style>
a { background-color: #EFE4AC; }
a { background-color: rgb(239,228,172); }
div.DivClassName
{
background-color: #EFE4AC;
}
.BgClassName
{
background-color: #EFE4AC;
}
</style>
border-color css
<style>
span { border-color: #EFE4AC; }
span { border-color: rgb(239,228,172); }
td.TdClassName
{
border-color: #EFE4AC;
}
.TagClassName
{
border-color: #EFE4AC;
}
</style>