Shades of Pale Goldenrod #EFEBB0
Tints of Pale Goldenrod #EFEBB0
RGB
CMYK
RGB Variations
Color information
#EFEBB0 (or 0xEFEBB0) is known color: Pale Goldenrod. HEX triplet: EF, EB and B0. RGB value is (239,235,176). Sum of RGB (Red+Green+Blue) = 239+235+176=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 176 (69.14% from 255 or 27.08% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEBB0 is #10144F. Grayscale: #E5E5E5. Windows color (decimal): -1053776 or 11594735. OLE color: 11594735.
HSL color Cylindrical-coordinate representation of color #EFEBB0: hue angle of 56.19º 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 #EFEBB0 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 176 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.06 |
| HSL | 56.19º | 0.66% | 0.81% | - |
| HSV(B) | 56.19º | 0.26% | 0.94% | - |
| XYZ | 73.14 | 80.9 | 52.83 | - |
| YUV | 229.47 | 97.83 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 176 | 0 | 0.02 | 0.26 | 0.06 | 56.19 | 0.66 | 0.81 |
| Hex | EF | EB | B0 | 0 | 2 | 1A | 6 | 38 | 42 | 51 |
| Octal | 357 | 353 | 260 | 0 | 2 | 32 | 6 | 70 | 102 | 121 |
| Binary | 11101111 | 11101011 | 10110000 | 0 | 10 | 11010 | 110 | 111000 | 1000010 | 1010001 |
Color Harmonies of #EFEBB0
Complementary color
Monochromatic Colors of #EFEBB0
Black with #EFEBB0
Text Example
Text Example
White with #EFEBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBB0; }
p { color: rgb(239,235,176); }
H1.HeaderClassName
{
color: #EFEBB0;
}
.AnyTagClassName
{
color: #EFEBB0;
}
</style>
background-color css
<style>
a { background-color: #EFEBB0; }
a { background-color: rgb(239,235,176); }
div.DivClassName
{
background-color: #EFEBB0;
}
.BgClassName
{
background-color: #EFEBB0;
}
</style>
border-color css
<style>
span { border-color: #EFEBB0; }
span { border-color: rgb(239,235,176); }
td.TdClassName
{
border-color: #EFEBB0;
}
.TagClassName
{
border-color: #EFEBB0;
}
</style>