Shades of Pale Goldenrod #EFEAB4
Tints of Pale Goldenrod #EFEAB4
RGB
CMYK
RGB Variations
Color information
#EFEAB4 (or 0xEFEAB4) is known color: Pale Goldenrod. HEX triplet: EF, EA and B4. RGB value is (239,234,180). Sum of RGB (Red+Green+Blue) = 239+234+180=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 180 (70.70% from 255 or 27.57% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAB4 is #10154B. Grayscale: #E5E5E5. Windows color (decimal): -1054028 or 11856623. OLE color: 11856623.
HSL color Cylindrical-coordinate representation of color #EFEAB4: hue angle of 54.92º 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 #EFEAB4 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 180 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.06 |
| HSL | 54.92º | 0.65% | 0.82% | - |
| HSV(B) | 54.92º | 0.25% | 0.94% | - |
| XYZ | 73.26 | 80.49 | 54.86 | - |
| YUV | 229.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 180 | 0 | 0.02 | 0.25 | 0.06 | 54.92 | 0.65 | 0.82 |
| Hex | EF | EA | B4 | 0 | 2 | 19 | 6 | 37 | 41 | 52 |
| Octal | 357 | 352 | 264 | 0 | 2 | 31 | 6 | 67 | 101 | 122 |
| Binary | 11101111 | 11101010 | 10110100 | 0 | 10 | 11001 | 110 | 110111 | 1000001 | 1010010 |
Color Harmonies of #EFEAB4
Complementary color
Monochromatic Colors of #EFEAB4
Black with #EFEAB4
Text Example
Text Example
White with #EFEAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAB4; }
p { color: rgb(239,234,180); }
H1.HeaderClassName
{
color: #EFEAB4;
}
.AnyTagClassName
{
color: #EFEAB4;
}
</style>
background-color css
<style>
a { background-color: #EFEAB4; }
a { background-color: rgb(239,234,180); }
div.DivClassName
{
background-color: #EFEAB4;
}
.BgClassName
{
background-color: #EFEAB4;
}
</style>
border-color css
<style>
span { border-color: #EFEAB4; }
span { border-color: rgb(239,234,180); }
td.TdClassName
{
border-color: #EFEAB4;
}
.TagClassName
{
border-color: #EFEAB4;
}
</style>