Shades of Pale Goldenrod #EFE5B0
Tints of Pale Goldenrod #EFE5B0
RGB
CMYK
RGB Variations
Color information
#EFE5B0 (or 0xEFE5B0) is known color: Pale Goldenrod. HEX triplet: EF, E5 and B0. RGB value is (239,229,176). Sum of RGB (Red+Green+Blue) = 239+229+176=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 176 (69.14% from 255 or 27.33% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5B0 is #101A4F. Grayscale: #E2E2E2. Windows color (decimal): -1055312 or 11593199. OLE color: 11593199.
HSL color Cylindrical-coordinate representation of color #EFE5B0: hue angle of 50.48º 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 #EFE5B0 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 176 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.06 |
| HSL | 50.48º | 0.66% | 0.81% | - |
| HSV(B) | 50.48º | 0.26% | 0.94% | - |
| XYZ | 71.45 | 77.52 | 52.27 | - |
| YUV | 225.95 | 99.81 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 176 | 0 | 0.04 | 0.26 | 0.06 | 50.48 | 0.66 | 0.81 |
| Hex | EF | E5 | B0 | 0 | 4 | 1A | 6 | 32 | 42 | 51 |
| Octal | 357 | 345 | 260 | 0 | 4 | 32 | 6 | 62 | 102 | 121 |
| Binary | 11101111 | 11100101 | 10110000 | 0 | 100 | 11010 | 110 | 110010 | 1000010 | 1010001 |
Color Harmonies of #EFE5B0
Complementary color
Monochromatic Colors of #EFE5B0
Black with #EFE5B0
Text Example
Text Example
White with #EFE5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5B0; }
p { color: rgb(239,229,176); }
H1.HeaderClassName
{
color: #EFE5B0;
}
.AnyTagClassName
{
color: #EFE5B0;
}
</style>
background-color css
<style>
a { background-color: #EFE5B0; }
a { background-color: rgb(239,229,176); }
div.DivClassName
{
background-color: #EFE5B0;
}
.BgClassName
{
background-color: #EFE5B0;
}
</style>
border-color css
<style>
span { border-color: #EFE5B0; }
span { border-color: rgb(239,229,176); }
td.TdClassName
{
border-color: #EFE5B0;
}
.TagClassName
{
border-color: #EFE5B0;
}
</style>