Shades of Pale Goldenrod #EFE5B2
Tints of Pale Goldenrod #EFE5B2
RGB
CMYK
RGB Variations
Color information
#EFE5B2 (or 0xEFE5B2) is known color: Pale Goldenrod. HEX triplet: EF, E5 and B2. RGB value is (239,229,178). Sum of RGB (Red+Green+Blue) = 239+229+178=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 178 (69.92% from 255 or 27.55% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5B2 is #101A4D. Grayscale: #E2E2E2. Windows color (decimal): -1055310 or 11724271. OLE color: 11724271.
HSL color Cylindrical-coordinate representation of color #EFE5B2: hue angle of 50.16º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFE5B2 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 178 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.06 |
| HSL | 50.16º | 0.66% | 0.82% | - |
| HSV(B) | 50.16º | 0.26% | 0.94% | - |
| XYZ | 71.65 | 77.6 | 53.32 | - |
| YUV | 226.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 178 | 0 | 0.04 | 0.26 | 0.06 | 50.16 | 0.66 | 0.82 |
| Hex | EF | E5 | B2 | 0 | 4 | 1A | 6 | 32 | 42 | 52 |
| Octal | 357 | 345 | 262 | 0 | 4 | 32 | 6 | 62 | 102 | 122 |
| Binary | 11101111 | 11100101 | 10110010 | 0 | 100 | 11010 | 110 | 110010 | 1000010 | 1010010 |
Color Harmonies of #EFE5B2
Complementary color
Monochromatic Colors of #EFE5B2
Black with #EFE5B2
Text Example
Text Example
White with #EFE5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5B2; }
p { color: rgb(239,229,178); }
H1.HeaderClassName
{
color: #EFE5B2;
}
.AnyTagClassName
{
color: #EFE5B2;
}
</style>
background-color css
<style>
a { background-color: #EFE5B2; }
a { background-color: rgb(239,229,178); }
div.DivClassName
{
background-color: #EFE5B2;
}
.BgClassName
{
background-color: #EFE5B2;
}
</style>
border-color css
<style>
span { border-color: #EFE5B2; }
span { border-color: rgb(239,229,178); }
td.TdClassName
{
border-color: #EFE5B2;
}
.TagClassName
{
border-color: #EFE5B2;
}
</style>