Shades of Pale Goldenrod #EFE9B5
Tints of Pale Goldenrod #EFE9B5
RGB
CMYK
RGB Variations
Color information
#EFE9B5 (or 0xEFE9B5) is known color: Pale Goldenrod. HEX triplet: EF, E9 and B5. RGB value is (239,233,181). Sum of RGB (Red+Green+Blue) = 239+233+181=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 181 (71.09% from 255 or 27.72% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9B5 is #10164A. Grayscale: #E5E5E5. Windows color (decimal): -1054283 or 11921903. OLE color: 11921903.
HSL color Cylindrical-coordinate representation of color #EFE9B5: hue angle of 53.79º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFE9B5 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 181 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.06 |
| HSL | 53.79º | 0.64% | 0.82% | - |
| HSV(B) | 53.79º | 0.24% | 0.94% | - |
| XYZ | 73.08 | 79.96 | 55.3 | - |
| YUV | 228.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 181 | 0 | 0.03 | 0.24 | 0.06 | 53.79 | 0.64 | 0.82 |
| Hex | EF | E9 | B5 | 0 | 3 | 18 | 6 | 36 | 40 | 52 |
| Octal | 357 | 351 | 265 | 0 | 3 | 30 | 6 | 66 | 100 | 122 |
| Binary | 11101111 | 11101001 | 10110101 | 0 | 11 | 11000 | 110 | 110110 | 1000000 | 1010010 |
Color Harmonies of #EFE9B5
Complementary color
Monochromatic Colors of #EFE9B5
Black with #EFE9B5
Text Example
Text Example
White with #EFE9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9B5; }
p { color: rgb(239,233,181); }
H1.HeaderClassName
{
color: #EFE9B5;
}
.AnyTagClassName
{
color: #EFE9B5;
}
</style>
background-color css
<style>
a { background-color: #EFE9B5; }
a { background-color: rgb(239,233,181); }
div.DivClassName
{
background-color: #EFE9B5;
}
.BgClassName
{
background-color: #EFE9B5;
}
</style>
border-color css
<style>
span { border-color: #EFE9B5; }
span { border-color: rgb(239,233,181); }
td.TdClassName
{
border-color: #EFE9B5;
}
.TagClassName
{
border-color: #EFE9B5;
}
</style>