Shades of Pale Goldenrod #EFEAAB
Tints of Pale Goldenrod #EFEAAB
RGB
CMYK
RGB Variations
Color information
#EFEAAB (or 0xEFEAAB) is known color: Pale Goldenrod. HEX triplet: EF, EA and AB. RGB value is (239,234,171). Sum of RGB (Red+Green+Blue) = 239+234+171=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 171 (67.19% from 255 or 26.55% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAAB is #101554. Grayscale: #E4E4E4. Windows color (decimal): -1054037 or 11266799. OLE color: 11266799.
HSL color Cylindrical-coordinate representation of color #EFEAAB: hue angle of 55.59º 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 #EFEAAB is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 171 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.06 |
| HSL | 55.59º | 0.68% | 0.8% | - |
| HSV(B) | 55.59º | 0.28% | 0.94% | - |
| XYZ | 72.37 | 80.14 | 50.18 | - |
| YUV | 228.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 171 | 0 | 0.02 | 0.28 | 0.06 | 55.59 | 0.68 | 0.8 |
| Hex | EF | EA | AB | 0 | 2 | 1C | 6 | 38 | 44 | 50 |
| Octal | 357 | 352 | 253 | 0 | 2 | 34 | 6 | 70 | 104 | 120 |
| Binary | 11101111 | 11101010 | 10101011 | 0 | 10 | 11100 | 110 | 111000 | 1000100 | 1010000 |
Color Harmonies of #EFEAAB
Complementary color
Monochromatic Colors of #EFEAAB
Black with #EFEAAB
Text Example
Text Example
White with #EFEAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAAB; }
p { color: rgb(239,234,171); }
H1.HeaderClassName
{
color: #EFEAAB;
}
.AnyTagClassName
{
color: #EFEAAB;
}
</style>
background-color css
<style>
a { background-color: #EFEAAB; }
a { background-color: rgb(239,234,171); }
div.DivClassName
{
background-color: #EFEAAB;
}
.BgClassName
{
background-color: #EFEAAB;
}
</style>
border-color css
<style>
span { border-color: #EFEAAB; }
span { border-color: rgb(239,234,171); }
td.TdClassName
{
border-color: #EFEAAB;
}
.TagClassName
{
border-color: #EFEAAB;
}
</style>