Shades of Pale Goldenrod #EFE9AC
Tints of Pale Goldenrod #EFE9AC
RGB
CMYK
RGB Variations
Color information
#EFE9AC (or 0xEFE9AC) is known color: Pale Goldenrod. HEX triplet: EF, E9 and AC. RGB value is (239,233,172). Sum of RGB (Red+Green+Blue) = 239+233+172=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 233 (91.41% from 255 or 36.18% from 644); Blue value is 172 (67.58% from 255 or 26.71% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE9AC is #101653. Grayscale: #E4E4E4. Windows color (decimal): -1054292 or 11332079. OLE color: 11332079.
HSL color Cylindrical-coordinate representation of color #EFE9AC: hue angle of 54.63º 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 #EFE9AC is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 172 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.06 |
| HSL | 54.63º | 0.68% | 0.81% | - |
| HSV(B) | 54.63º | 0.28% | 0.94% | - |
| XYZ | 72.18 | 79.61 | 50.59 | - |
| YUV | 227.84 | 96.49 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 172 | 0 | 0.03 | 0.28 | 0.06 | 54.63 | 0.68 | 0.81 |
| Hex | EF | E9 | AC | 0 | 3 | 1C | 6 | 37 | 44 | 51 |
| Octal | 357 | 351 | 254 | 0 | 3 | 34 | 6 | 67 | 104 | 121 |
| Binary | 11101111 | 11101001 | 10101100 | 0 | 11 | 11100 | 110 | 110111 | 1000100 | 1010001 |
Color Harmonies of #EFE9AC
Complementary color
Monochromatic Colors of #EFE9AC
Black with #EFE9AC
Text Example
Text Example
White with #EFE9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9AC; }
p { color: rgb(239,233,172); }
H1.HeaderClassName
{
color: #EFE9AC;
}
.AnyTagClassName
{
color: #EFE9AC;
}
</style>
background-color css
<style>
a { background-color: #EFE9AC; }
a { background-color: rgb(239,233,172); }
div.DivClassName
{
background-color: #EFE9AC;
}
.BgClassName
{
background-color: #EFE9AC;
}
</style>
border-color css
<style>
span { border-color: #EFE9AC; }
span { border-color: rgb(239,233,172); }
td.TdClassName
{
border-color: #EFE9AC;
}
.TagClassName
{
border-color: #EFE9AC;
}
</style>