Shades of Pale Goldenrod #EFE7B0
Tints of Pale Goldenrod #EFE7B0
RGB
CMYK
RGB Variations
Color information
#EFE7B0 (or 0xEFE7B0) is known color: Pale Goldenrod. HEX triplet: EF, E7 and B0. RGB value is (239,231,176). Sum of RGB (Red+Green+Blue) = 239+231+176=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 176 (69.14% from 255 or 27.24% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE7B0 is #10184F. Grayscale: #E3E3E3. Windows color (decimal): -1054800 or 11593711. OLE color: 11593711.
HSL color Cylindrical-coordinate representation of color #EFE7B0: hue angle of 52.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFE7B0 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 176 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.06 |
| HSL | 52.38º | 0.66% | 0.81% | - |
| HSV(B) | 52.38º | 0.26% | 0.94% | - |
| XYZ | 72.01 | 78.64 | 52.46 | - |
| YUV | 227.12 | 99.15 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 176 | 0 | 0.03 | 0.26 | 0.06 | 52.38 | 0.66 | 0.81 |
| Hex | EF | E7 | B0 | 0 | 3 | 1A | 6 | 34 | 42 | 51 |
| Octal | 357 | 347 | 260 | 0 | 3 | 32 | 6 | 64 | 102 | 121 |
| Binary | 11101111 | 11100111 | 10110000 | 0 | 11 | 11010 | 110 | 110100 | 1000010 | 1010001 |
Color Harmonies of #EFE7B0
Complementary color
Monochromatic Colors of #EFE7B0
Black with #EFE7B0
Text Example
Text Example
White with #EFE7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE7B0; }
p { color: rgb(239,231,176); }
H1.HeaderClassName
{
color: #EFE7B0;
}
.AnyTagClassName
{
color: #EFE7B0;
}
</style>
background-color css
<style>
a { background-color: #EFE7B0; }
a { background-color: rgb(239,231,176); }
div.DivClassName
{
background-color: #EFE7B0;
}
.BgClassName
{
background-color: #EFE7B0;
}
</style>
border-color css
<style>
span { border-color: #EFE7B0; }
span { border-color: rgb(239,231,176); }
td.TdClassName
{
border-color: #EFE7B0;
}
.TagClassName
{
border-color: #EFE7B0;
}
</style>