Shades of Pale Goldenrod #EFEBAC
Tints of Pale Goldenrod #EFEBAC
RGB
CMYK
RGB Variations
Color information
#EFEBAC (or 0xEFEBAC) is known color: Pale Goldenrod. HEX triplet: EF, EB and AC. RGB value is (239,235,172). Sum of RGB (Red+Green+Blue) = 239+235+172=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 172 (67.58% from 255 or 26.63% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEBAC is #101453. Grayscale: #E5E5E5. Windows color (decimal): -1053780 or 11332591. OLE color: 11332591.
HSL color Cylindrical-coordinate representation of color #EFEBAC: hue angle of 56.42º 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 #EFEBAC is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 172 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.06 |
| HSL | 56.42º | 0.68% | 0.81% | - |
| HSV(B) | 56.42º | 0.28% | 0.94% | - |
| XYZ | 72.75 | 80.75 | 50.78 | - |
| YUV | 229.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 172 | 0 | 0.02 | 0.28 | 0.06 | 56.42 | 0.68 | 0.81 |
| Hex | EF | EB | AC | 0 | 2 | 1C | 6 | 38 | 44 | 51 |
| Octal | 357 | 353 | 254 | 0 | 2 | 34 | 6 | 70 | 104 | 121 |
| Binary | 11101111 | 11101011 | 10101100 | 0 | 10 | 11100 | 110 | 111000 | 1000100 | 1010001 |
Color Harmonies of #EFEBAC
Complementary color
Monochromatic Colors of #EFEBAC
Black with #EFEBAC
Text Example
Text Example
White with #EFEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBAC; }
p { color: rgb(239,235,172); }
H1.HeaderClassName
{
color: #EFEBAC;
}
.AnyTagClassName
{
color: #EFEBAC;
}
</style>
background-color css
<style>
a { background-color: #EFEBAC; }
a { background-color: rgb(239,235,172); }
div.DivClassName
{
background-color: #EFEBAC;
}
.BgClassName
{
background-color: #EFEBAC;
}
</style>
border-color css
<style>
span { border-color: #EFEBAC; }
span { border-color: rgb(239,235,172); }
td.TdClassName
{
border-color: #EFEBAC;
}
.TagClassName
{
border-color: #EFEBAC;
}
</style>