Shades of Pale Goldenrod #EFE8A4
Tints of Pale Goldenrod #EFE8A4
RGB
CMYK
RGB Variations
Color information
#EFE8A4 (or 0xEFE8A4) is known color: Pale Goldenrod. HEX triplet: EF, E8 and A4. RGB value is (239,232,164). Sum of RGB (Red+Green+Blue) = 239+232+164=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 164 (64.45% from 255 or 25.83% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE8A4 is #10175B. Grayscale: #E2E2E2. Windows color (decimal): -1054556 or 10807535. OLE color: 10807535.
HSL color Cylindrical-coordinate representation of color #EFE8A4: hue angle of 54.4º 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 #EFE8A4 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 164 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.06 |
| HSL | 54.4º | 0.7% | 0.79% | - |
| HSV(B) | 54.4º | 0.31% | 0.94% | - |
| XYZ | 71.15 | 78.74 | 46.57 | - |
| YUV | 226.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 164 | 0 | 0.03 | 0.31 | 0.06 | 54.4 | 0.7 | 0.79 |
| Hex | EF | E8 | A4 | 0 | 3 | 1F | 6 | 36 | 46 | 4F |
| Octal | 357 | 350 | 244 | 0 | 3 | 37 | 6 | 66 | 106 | 117 |
| Binary | 11101111 | 11101000 | 10100100 | 0 | 11 | 11111 | 110 | 110110 | 1000110 | 1001111 |
Color Harmonies of #EFE8A4
Complementary color
Monochromatic Colors of #EFE8A4
Black with #EFE8A4
Text Example
Text Example
White with #EFE8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8A4; }
p { color: rgb(239,232,164); }
H1.HeaderClassName
{
color: #EFE8A4;
}
.AnyTagClassName
{
color: #EFE8A4;
}
</style>
background-color css
<style>
a { background-color: #EFE8A4; }
a { background-color: rgb(239,232,164); }
div.DivClassName
{
background-color: #EFE8A4;
}
.BgClassName
{
background-color: #EFE8A4;
}
</style>
border-color css
<style>
span { border-color: #EFE8A4; }
span { border-color: rgb(239,232,164); }
td.TdClassName
{
border-color: #EFE8A4;
}
.TagClassName
{
border-color: #EFE8A4;
}
</style>