Shades of Pale Goldenrod #EFECAC
Tints of Pale Goldenrod #EFECAC
RGB
CMYK
RGB Variations
Color information
#EFECAC (or 0xEFECAC) is known color: Pale Goldenrod. HEX triplet: EF, EC and AC. RGB value is (239,236,172). Sum of RGB (Red+Green+Blue) = 239+236+172=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 172 (67.58% from 255 or 26.58% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFECAC is #101353. Grayscale: #E5E5E5. Windows color (decimal): -1053524 or 11332847. OLE color: 11332847.
HSL color Cylindrical-coordinate representation of color #EFECAC: hue angle of 57.31º 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 #EFECAC is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 172 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.06 |
| HSL | 57.31º | 0.68% | 0.81% | - |
| HSV(B) | 57.31º | 0.28% | 0.94% | - |
| XYZ | 73.04 | 81.32 | 50.88 | - |
| YUV | 229.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 172 | 0 | 0.01 | 0.28 | 0.06 | 57.31 | 0.68 | 0.81 |
| Hex | EF | EC | AC | 0 | 1 | 1C | 6 | 39 | 44 | 51 |
| Octal | 357 | 354 | 254 | 0 | 1 | 34 | 6 | 71 | 104 | 121 |
| Binary | 11101111 | 11101100 | 10101100 | 0 | 1 | 11100 | 110 | 111001 | 1000100 | 1010001 |
Color Harmonies of #EFECAC
Complementary color
Monochromatic Colors of #EFECAC
Black with #EFECAC
Text Example
Text Example
White with #EFECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECAC; }
p { color: rgb(239,236,172); }
H1.HeaderClassName
{
color: #EFECAC;
}
.AnyTagClassName
{
color: #EFECAC;
}
</style>
background-color css
<style>
a { background-color: #EFECAC; }
a { background-color: rgb(239,236,172); }
div.DivClassName
{
background-color: #EFECAC;
}
.BgClassName
{
background-color: #EFECAC;
}
</style>
border-color css
<style>
span { border-color: #EFECAC; }
span { border-color: rgb(239,236,172); }
td.TdClassName
{
border-color: #EFECAC;
}
.TagClassName
{
border-color: #EFECAC;
}
</style>