Shades of Pale Goldenrod #EFEBAB
Tints of Pale Goldenrod #EFEBAB
RGB
CMYK
RGB Variations
Color information
#EFEBAB (or 0xEFEBAB) is known color: Pale Goldenrod. HEX triplet: EF, EB and AB. RGB value is (239,235,171). Sum of RGB (Red+Green+Blue) = 239+235+171=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEBAB is #101454. Grayscale: #E5E5E5. Windows color (decimal): -1053781 or 11267055. OLE color: 11267055.
HSL color Cylindrical-coordinate representation of color #EFEBAB: hue angle of 56.47º 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 #EFEBAB is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 171 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.06 |
| HSL | 56.47º | 0.68% | 0.8% | - |
| HSV(B) | 56.47º | 0.28% | 0.94% | - |
| XYZ | 72.66 | 80.71 | 50.28 | - |
| YUV | 228.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 171 | 0 | 0.02 | 0.28 | 0.06 | 56.47 | 0.68 | 0.8 |
| Hex | EF | EB | AB | 0 | 2 | 1C | 6 | 38 | 44 | 50 |
| Octal | 357 | 353 | 253 | 0 | 2 | 34 | 6 | 70 | 104 | 120 |
| Binary | 11101111 | 11101011 | 10101011 | 0 | 10 | 11100 | 110 | 111000 | 1000100 | 1010000 |
Color Harmonies of #EFEBAB
Complementary color
Monochromatic Colors of #EFEBAB
Black with #EFEBAB
Text Example
Text Example
White with #EFEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBAB; }
p { color: rgb(239,235,171); }
H1.HeaderClassName
{
color: #EFEBAB;
}
.AnyTagClassName
{
color: #EFEBAB;
}
</style>
background-color css
<style>
a { background-color: #EFEBAB; }
a { background-color: rgb(239,235,171); }
div.DivClassName
{
background-color: #EFEBAB;
}
.BgClassName
{
background-color: #EFEBAB;
}
</style>
border-color css
<style>
span { border-color: #EFEBAB; }
span { border-color: rgb(239,235,171); }
td.TdClassName
{
border-color: #EFEBAB;
}
.TagClassName
{
border-color: #EFEBAB;
}
</style>