Shades of Pale Goldenrod #EFE9B3
Tints of Pale Goldenrod #EFE9B3
RGB
CMYK
RGB Variations
Color information
#EFE9B3 (or 0xEFE9B3) is known color: Pale Goldenrod. HEX triplet: EF, E9 and B3. RGB value is (239,233,179). Sum of RGB (Red+Green+Blue) = 239+233+179=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 233 (91.41% from 255 or 35.79% from 651); Blue value is 179 (70.31% from 255 or 27.50% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9B3 is #10164C. Grayscale: #E4E4E4. Windows color (decimal): -1054285 or 11790831. OLE color: 11790831.
HSL color Cylindrical-coordinate representation of color #EFE9B3: hue angle of 54º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFE9B3 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 179 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.06 |
| HSL | 54º | 0.65% | 0.82% | - |
| HSV(B) | 54º | 0.25% | 0.94% | - |
| XYZ | 72.87 | 79.88 | 54.23 | - |
| YUV | 228.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 179 | 0 | 0.03 | 0.25 | 0.06 | 54 | 0.65 | 0.82 |
| Hex | EF | E9 | B3 | 0 | 3 | 19 | 6 | 36 | 41 | 52 |
| Octal | 357 | 351 | 263 | 0 | 3 | 31 | 6 | 66 | 101 | 122 |
| Binary | 11101111 | 11101001 | 10110011 | 0 | 11 | 11001 | 110 | 110110 | 1000001 | 1010010 |
Color Harmonies of #EFE9B3
Complementary color
Monochromatic Colors of #EFE9B3
Black with #EFE9B3
Text Example
Text Example
White with #EFE9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9B3; }
p { color: rgb(239,233,179); }
H1.HeaderClassName
{
color: #EFE9B3;
}
.AnyTagClassName
{
color: #EFE9B3;
}
</style>
background-color css
<style>
a { background-color: #EFE9B3; }
a { background-color: rgb(239,233,179); }
div.DivClassName
{
background-color: #EFE9B3;
}
.BgClassName
{
background-color: #EFE9B3;
}
</style>
border-color css
<style>
span { border-color: #EFE9B3; }
span { border-color: rgb(239,233,179); }
td.TdClassName
{
border-color: #EFE9B3;
}
.TagClassName
{
border-color: #EFE9B3;
}
</style>