Shades of Pale Goldenrod #EFE7B1
Tints of Pale Goldenrod #EFE7B1
RGB
CMYK
RGB Variations
Color information
#EFE7B1 (or 0xEFE7B1) is known color: Pale Goldenrod. HEX triplet: EF, E7 and B1. RGB value is (239,231,177). Sum of RGB (Red+Green+Blue) = 239+231+177=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 177 (69.53% from 255 or 27.36% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE7B1 is #10184E. Grayscale: #E3E3E3. Windows color (decimal): -1054799 or 11659247. OLE color: 11659247.
HSL color Cylindrical-coordinate representation of color #EFE7B1: hue angle of 52.26º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFE7B1 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 177 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.06 |
| HSL | 52.26º | 0.66% | 0.82% | - |
| HSV(B) | 52.26º | 0.26% | 0.94% | - |
| XYZ | 72.11 | 78.68 | 52.98 | - |
| YUV | 227.24 | 99.65 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 177 | 0 | 0.03 | 0.26 | 0.06 | 52.26 | 0.66 | 0.82 |
| Hex | EF | E7 | B1 | 0 | 3 | 1A | 6 | 34 | 42 | 52 |
| Octal | 357 | 347 | 261 | 0 | 3 | 32 | 6 | 64 | 102 | 122 |
| Binary | 11101111 | 11100111 | 10110001 | 0 | 11 | 11010 | 110 | 110100 | 1000010 | 1010010 |
Color Harmonies of #EFE7B1
Complementary color
Monochromatic Colors of #EFE7B1
Black with #EFE7B1
Text Example
Text Example
White with #EFE7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE7B1; }
p { color: rgb(239,231,177); }
H1.HeaderClassName
{
color: #EFE7B1;
}
.AnyTagClassName
{
color: #EFE7B1;
}
</style>
background-color css
<style>
a { background-color: #EFE7B1; }
a { background-color: rgb(239,231,177); }
div.DivClassName
{
background-color: #EFE7B1;
}
.BgClassName
{
background-color: #EFE7B1;
}
</style>
border-color css
<style>
span { border-color: #EFE7B1; }
span { border-color: rgb(239,231,177); }
td.TdClassName
{
border-color: #EFE7B1;
}
.TagClassName
{
border-color: #EFE7B1;
}
</style>