Shades of Pale Goldenrod #EFE6B3
Tints of Pale Goldenrod #EFE6B3
RGB
CMYK
RGB Variations
Color information
#EFE6B3 (or 0xEFE6B3) is known color: Pale Goldenrod. HEX triplet: EF, E6 and B3. RGB value is (239,230,179). Sum of RGB (Red+Green+Blue) = 239+230+179=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 179 (70.31% from 255 or 27.62% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6B3 is #10194C. Grayscale: #E3E3E3. Windows color (decimal): -1055053 or 11790063. OLE color: 11790063.
HSL color Cylindrical-coordinate representation of color #EFE6B3: hue angle of 51º 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 #EFE6B3 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 179 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.06 |
| HSL | 51º | 0.65% | 0.82% | - |
| HSV(B) | 51º | 0.25% | 0.94% | - |
| XYZ | 72.03 | 78.2 | 53.95 | - |
| YUV | 226.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 179 | 0 | 0.04 | 0.25 | 0.06 | 51 | 0.65 | 0.82 |
| Hex | EF | E6 | B3 | 0 | 4 | 19 | 6 | 33 | 41 | 52 |
| Octal | 357 | 346 | 263 | 0 | 4 | 31 | 6 | 63 | 101 | 122 |
| Binary | 11101111 | 11100110 | 10110011 | 0 | 100 | 11001 | 110 | 110011 | 1000001 | 1010010 |
Color Harmonies of #EFE6B3
Complementary color
Monochromatic Colors of #EFE6B3
Black with #EFE6B3
Text Example
Text Example
White with #EFE6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE6B3; }
p { color: rgb(239,230,179); }
H1.HeaderClassName
{
color: #EFE6B3;
}
.AnyTagClassName
{
color: #EFE6B3;
}
</style>
background-color css
<style>
a { background-color: #EFE6B3; }
a { background-color: rgb(239,230,179); }
div.DivClassName
{
background-color: #EFE6B3;
}
.BgClassName
{
background-color: #EFE6B3;
}
</style>
border-color css
<style>
span { border-color: #EFE6B3; }
span { border-color: rgb(239,230,179); }
td.TdClassName
{
border-color: #EFE6B3;
}
.TagClassName
{
border-color: #EFE6B3;
}
</style>