Shades of Pale Goldenrod #EFEAA5
Tints of Pale Goldenrod #EFEAA5
RGB
CMYK
RGB Variations
Color information
#EFEAA5 (or 0xEFEAA5) is known color: Pale Goldenrod. HEX triplet: EF, EA and A5. RGB value is (239,234,165). Sum of RGB (Red+Green+Blue) = 239+234+165=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 165 (64.84% from 255 or 25.86% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAA5 is #10155A. Grayscale: #E3E3E3. Windows color (decimal): -1054043 or 10873583. OLE color: 10873583.
HSL color Cylindrical-coordinate representation of color #EFEAA5: hue angle of 55.95º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFEAA5 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 165 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.06 |
| HSL | 55.95º | 0.7% | 0.79% | - |
| HSV(B) | 55.95º | 0.31% | 0.94% | - |
| XYZ | 71.81 | 79.91 | 47.24 | - |
| YUV | 227.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 165 | 0 | 0.02 | 0.31 | 0.06 | 55.95 | 0.7 | 0.79 |
| Hex | EF | EA | A5 | 0 | 2 | 1F | 6 | 38 | 46 | 4F |
| Octal | 357 | 352 | 245 | 0 | 2 | 37 | 6 | 70 | 106 | 117 |
| Binary | 11101111 | 11101010 | 10100101 | 0 | 10 | 11111 | 110 | 111000 | 1000110 | 1001111 |
Color Harmonies of #EFEAA5
Complementary color
Monochromatic Colors of #EFEAA5
Black with #EFEAA5
Text Example
Text Example
White with #EFEAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAA5; }
p { color: rgb(239,234,165); }
H1.HeaderClassName
{
color: #EFEAA5;
}
.AnyTagClassName
{
color: #EFEAA5;
}
</style>
background-color css
<style>
a { background-color: #EFEAA5; }
a { background-color: rgb(239,234,165); }
div.DivClassName
{
background-color: #EFEAA5;
}
.BgClassName
{
background-color: #EFEAA5;
}
</style>
border-color css
<style>
span { border-color: #EFEAA5; }
span { border-color: rgb(239,234,165); }
td.TdClassName
{
border-color: #EFEAA5;
}
.TagClassName
{
border-color: #EFEAA5;
}
</style>