Shades of Pale Goldenrod #EFE9A4
Tints of Pale Goldenrod #EFE9A4
RGB
CMYK
RGB Variations
Color information
#EFE9A4 (or 0xEFE9A4) is known color: Pale Goldenrod. HEX triplet: EF, E9 and A4. RGB value is (239,233,164). Sum of RGB (Red+Green+Blue) = 239+233+164=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 233 (91.41% from 255 or 36.64% from 636); Blue value is 164 (64.45% from 255 or 25.79% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE9A4 is #10165B. Grayscale: #E3E3E3. Windows color (decimal): -1054300 or 10807791. OLE color: 10807791.
HSL color Cylindrical-coordinate representation of color #EFE9A4: hue angle of 55.2º 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 #EFE9A4 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 164 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.06 |
| HSL | 55.2º | 0.7% | 0.79% | - |
| HSV(B) | 55.2º | 0.31% | 0.94% | - |
| XYZ | 71.44 | 79.31 | 46.67 | - |
| YUV | 226.93 | 92.49 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 164 | 0 | 0.03 | 0.31 | 0.06 | 55.2 | 0.7 | 0.79 |
| Hex | EF | E9 | A4 | 0 | 3 | 1F | 6 | 37 | 46 | 4F |
| Octal | 357 | 351 | 244 | 0 | 3 | 37 | 6 | 67 | 106 | 117 |
| Binary | 11101111 | 11101001 | 10100100 | 0 | 11 | 11111 | 110 | 110111 | 1000110 | 1001111 |
Color Harmonies of #EFE9A4
Complementary color
Monochromatic Colors of #EFE9A4
Black with #EFE9A4
Text Example
Text Example
White with #EFE9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9A4; }
p { color: rgb(239,233,164); }
H1.HeaderClassName
{
color: #EFE9A4;
}
.AnyTagClassName
{
color: #EFE9A4;
}
</style>
background-color css
<style>
a { background-color: #EFE9A4; }
a { background-color: rgb(239,233,164); }
div.DivClassName
{
background-color: #EFE9A4;
}
.BgClassName
{
background-color: #EFE9A4;
}
</style>
border-color css
<style>
span { border-color: #EFE9A4; }
span { border-color: rgb(239,233,164); }
td.TdClassName
{
border-color: #EFE9A4;
}
.TagClassName
{
border-color: #EFE9A4;
}
</style>