Shades of Pale Goldenrod #EFECAA
Tints of Pale Goldenrod #EFECAA
RGB
CMYK
RGB Variations
Color information
#EFECAA (or 0xEFECAA) is known color: Pale Goldenrod. HEX triplet: EF, EC and AA. RGB value is (239,236,170). Sum of RGB (Red+Green+Blue) = 239+236+170=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 170 (66.80% from 255 or 26.36% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFECAA is #101355. Grayscale: #E5E5E5. Windows color (decimal): -1053526 or 11201775. OLE color: 11201775.
HSL color Cylindrical-coordinate representation of color #EFECAA: hue angle of 57.39º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFECAA is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 170 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.06 |
| HSL | 57.39º | 0.68% | 0.8% | - |
| HSV(B) | 57.39º | 0.29% | 0.94% | - |
| XYZ | 72.85 | 81.24 | 49.87 | - |
| YUV | 229.37 | 94.49 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 170 | 0 | 0.01 | 0.29 | 0.06 | 57.39 | 0.68 | 0.8 |
| Hex | EF | EC | AA | 0 | 1 | 1D | 6 | 39 | 44 | 50 |
| Octal | 357 | 354 | 252 | 0 | 1 | 35 | 6 | 71 | 104 | 120 |
| Binary | 11101111 | 11101100 | 10101010 | 0 | 1 | 11101 | 110 | 111001 | 1000100 | 1010000 |
Color Harmonies of #EFECAA
Complementary color
Monochromatic Colors of #EFECAA
Black with #EFECAA
Text Example
Text Example
White with #EFECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECAA; }
p { color: rgb(239,236,170); }
H1.HeaderClassName
{
color: #EFECAA;
}
.AnyTagClassName
{
color: #EFECAA;
}
</style>
background-color css
<style>
a { background-color: #EFECAA; }
a { background-color: rgb(239,236,170); }
div.DivClassName
{
background-color: #EFECAA;
}
.BgClassName
{
background-color: #EFECAA;
}
</style>
border-color css
<style>
span { border-color: #EFECAA; }
span { border-color: rgb(239,236,170); }
td.TdClassName
{
border-color: #EFECAA;
}
.TagClassName
{
border-color: #EFECAA;
}
</style>