Shades of Pale Goldenrod #EFE7AC
Tints of Pale Goldenrod #EFE7AC
RGB
CMYK
RGB Variations
Color information
#EFE7AC (or 0xEFE7AC) is known color: Pale Goldenrod. HEX triplet: EF, E7 and AC. RGB value is (239,231,172). Sum of RGB (Red+Green+Blue) = 239+231+172=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE7AC is #101853. Grayscale: #E2E2E2. Windows color (decimal): -1054804 or 11331567. OLE color: 11331567.
HSL color Cylindrical-coordinate representation of color #EFE7AC: hue angle of 52.84º 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 #EFE7AC is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 172 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.06 |
| HSL | 52.84º | 0.68% | 0.81% | - |
| HSV(B) | 52.84º | 0.28% | 0.94% | - |
| XYZ | 71.62 | 78.48 | 50.4 | - |
| YUV | 226.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 172 | 0 | 0.03 | 0.28 | 0.06 | 52.84 | 0.68 | 0.81 |
| Hex | EF | E7 | AC | 0 | 3 | 1C | 6 | 35 | 44 | 51 |
| Octal | 357 | 347 | 254 | 0 | 3 | 34 | 6 | 65 | 104 | 121 |
| Binary | 11101111 | 11100111 | 10101100 | 0 | 11 | 11100 | 110 | 110101 | 1000100 | 1010001 |
Color Harmonies of #EFE7AC
Complementary color
Monochromatic Colors of #EFE7AC
Black with #EFE7AC
Text Example
Text Example
White with #EFE7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE7AC; }
p { color: rgb(239,231,172); }
H1.HeaderClassName
{
color: #EFE7AC;
}
.AnyTagClassName
{
color: #EFE7AC;
}
</style>
background-color css
<style>
a { background-color: #EFE7AC; }
a { background-color: rgb(239,231,172); }
div.DivClassName
{
background-color: #EFE7AC;
}
.BgClassName
{
background-color: #EFE7AC;
}
</style>
border-color css
<style>
span { border-color: #EFE7AC; }
span { border-color: rgb(239,231,172); }
td.TdClassName
{
border-color: #EFE7AC;
}
.TagClassName
{
border-color: #EFE7AC;
}
</style>