Shades of Pale Goldenrod #EFECAB
Tints of Pale Goldenrod #EFECAB
RGB
CMYK
RGB Variations
Color information
#EFECAB (or 0xEFECAB) is known color: Pale Goldenrod. HEX triplet: EF, EC and AB. RGB value is (239,236,171). Sum of RGB (Red+Green+Blue) = 239+236+171=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 171 (67.19% from 255 or 26.47% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFECAB is #101354. Grayscale: #E5E5E5. Windows color (decimal): -1053525 or 11267311. OLE color: 11267311.
HSL color Cylindrical-coordinate representation of color #EFECAB: hue angle of 57.35º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFECAB is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 171 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.06 |
| HSL | 57.35º | 0.68% | 0.8% | - |
| HSV(B) | 57.35º | 0.28% | 0.94% | - |
| XYZ | 72.94 | 81.28 | 50.37 | - |
| YUV | 229.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 171 | 0 | 0.01 | 0.28 | 0.06 | 57.35 | 0.68 | 0.8 |
| Hex | EF | EC | AB | 0 | 1 | 1C | 6 | 39 | 44 | 50 |
| Octal | 357 | 354 | 253 | 0 | 1 | 34 | 6 | 71 | 104 | 120 |
| Binary | 11101111 | 11101100 | 10101011 | 0 | 1 | 11100 | 110 | 111001 | 1000100 | 1010000 |
Color Harmonies of #EFECAB
Complementary color
Monochromatic Colors of #EFECAB
Black with #EFECAB
Text Example
Text Example
White with #EFECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECAB; }
p { color: rgb(239,236,171); }
H1.HeaderClassName
{
color: #EFECAB;
}
.AnyTagClassName
{
color: #EFECAB;
}
</style>
background-color css
<style>
a { background-color: #EFECAB; }
a { background-color: rgb(239,236,171); }
div.DivClassName
{
background-color: #EFECAB;
}
.BgClassName
{
background-color: #EFECAB;
}
</style>
border-color css
<style>
span { border-color: #EFECAB; }
span { border-color: rgb(239,236,171); }
td.TdClassName
{
border-color: #EFECAB;
}
.TagClassName
{
border-color: #EFECAB;
}
</style>