Shades of Pale Goldenrod #EFEAB3
Tints of Pale Goldenrod #EFEAB3
RGB
CMYK
RGB Variations
Color information
#EFEAB3 (or 0xEFEAB3) is known color: Pale Goldenrod. HEX triplet: EF, EA and B3. RGB value is (239,234,179). Sum of RGB (Red+Green+Blue) = 239+234+179=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 179 (70.31% from 255 or 27.45% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAB3 is #10154C. Grayscale: #E5E5E5. Windows color (decimal): -1054029 or 11791087. OLE color: 11791087.
HSL color Cylindrical-coordinate representation of color #EFEAB3: hue angle of 55º 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 #EFEAB3 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 179 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.06 |
| HSL | 55º | 0.65% | 0.82% | - |
| HSV(B) | 55º | 0.25% | 0.94% | - |
| XYZ | 73.16 | 80.45 | 54.32 | - |
| YUV | 229.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 179 | 0 | 0.02 | 0.25 | 0.06 | 55 | 0.65 | 0.82 |
| Hex | EF | EA | B3 | 0 | 2 | 19 | 6 | 37 | 41 | 52 |
| Octal | 357 | 352 | 263 | 0 | 2 | 31 | 6 | 67 | 101 | 122 |
| Binary | 11101111 | 11101010 | 10110011 | 0 | 10 | 11001 | 110 | 110111 | 1000001 | 1010010 |
Color Harmonies of #EFEAB3
Complementary color
Monochromatic Colors of #EFEAB3
Black with #EFEAB3
Text Example
Text Example
White with #EFEAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAB3; }
p { color: rgb(239,234,179); }
H1.HeaderClassName
{
color: #EFEAB3;
}
.AnyTagClassName
{
color: #EFEAB3;
}
</style>
background-color css
<style>
a { background-color: #EFEAB3; }
a { background-color: rgb(239,234,179); }
div.DivClassName
{
background-color: #EFEAB3;
}
.BgClassName
{
background-color: #EFEAB3;
}
</style>
border-color css
<style>
span { border-color: #EFEAB3; }
span { border-color: rgb(239,234,179); }
td.TdClassName
{
border-color: #EFEAB3;
}
.TagClassName
{
border-color: #EFEAB3;
}
</style>