Shades of Light Goldenrod #EBDD8B
Tints of Light Goldenrod #EBDD8B
RGB
CMYK
RGB Variations
Color information
#EBDD8B (or 0xEBDD8B) is known color: Light Goldenrod. HEX triplet: EB, DD and 8B. RGB value is (235,221,139). Sum of RGB (Red+Green+Blue) = 235+221+139=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDD8B is #142274. Grayscale: #D8D8D8. Windows color (decimal): -1319541 or 9166315. OLE color: 9166315.
HSL color Cylindrical-coordinate representation of color #EBDD8B: hue angle of 51.25º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBDD8B is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 139 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.08 |
| HSL | 51.25º | 0.71% | 0.73% | - |
| HSV(B) | 51.25º | 0.41% | 0.92% | - |
| XYZ | 64.78 | 71.24 | 34.76 | - |
| YUV | 215.84 | 84.64 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 139 | 0 | 0.06 | 0.41 | 0.08 | 51.25 | 0.71 | 0.73 |
| Hex | EB | DD | 8B | 0 | 6 | 29 | 8 | 33 | 47 | 49 |
| Octal | 353 | 335 | 213 | 0 | 6 | 51 | 10 | 63 | 107 | 111 |
| Binary | 11101011 | 11011101 | 10001011 | 0 | 110 | 101001 | 1000 | 110011 | 1000111 | 1001001 |
Color Harmonies of #EBDD8B
Complementary color
Monochromatic Colors of #EBDD8B
Black with #EBDD8B
Text Example
Text Example
White with #EBDD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDD8B; }
p { color: rgb(235,221,139); }
H1.HeaderClassName
{
color: #EBDD8B;
}
.AnyTagClassName
{
color: #EBDD8B;
}
</style>
background-color css
<style>
a { background-color: #EBDD8B; }
a { background-color: rgb(235,221,139); }
div.DivClassName
{
background-color: #EBDD8B;
}
.BgClassName
{
background-color: #EBDD8B;
}
</style>
border-color css
<style>
span { border-color: #EBDD8B; }
span { border-color: rgb(235,221,139); }
td.TdClassName
{
border-color: #EBDD8B;
}
.TagClassName
{
border-color: #EBDD8B;
}
</style>