Shades of Light Goldenrod #EADD81
Tints of Light Goldenrod #EADD81
RGB
CMYK
RGB Variations
Color information
#EADD81 (or 0xEADD81) is known color: Light Goldenrod. HEX triplet: EA, DD and 81. RGB value is (234,221,129). Sum of RGB (Red+Green+Blue) = 234+221+129=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 129 (50.78% from 255 or 22.09% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD81 is #15227E. Grayscale: #D6D6D6. Windows color (decimal): -1385087 or 8510954. OLE color: 8510954.
HSL color Cylindrical-coordinate representation of color #EADD81: hue angle of 52.57º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EADD81 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 129 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.08 |
| HSL | 52.57º | 0.71% | 0.71% | - |
| HSV(B) | 52.57º | 0.45% | 0.92% | - |
| XYZ | 63.75 | 70.79 | 31.07 | - |
| YUV | 214.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 129 | 0 | 0.06 | 0.45 | 0.08 | 52.57 | 0.71 | 0.71 |
| Hex | EA | DD | 81 | 0 | 6 | 2D | 8 | 35 | 47 | 47 |
| Octal | 352 | 335 | 201 | 0 | 6 | 55 | 10 | 65 | 107 | 107 |
| Binary | 11101010 | 11011101 | 10000001 | 0 | 110 | 101101 | 1000 | 110101 | 1000111 | 1000111 |
Color Harmonies of #EADD81
Complementary color
Monochromatic Colors of #EADD81
Black with #EADD81
Text Example
Text Example
White with #EADD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD81; }
p { color: rgb(234,221,129); }
H1.HeaderClassName
{
color: #EADD81;
}
.AnyTagClassName
{
color: #EADD81;
}
</style>
background-color css
<style>
a { background-color: #EADD81; }
a { background-color: rgb(234,221,129); }
div.DivClassName
{
background-color: #EADD81;
}
.BgClassName
{
background-color: #EADD81;
}
</style>
border-color css
<style>
span { border-color: #EADD81; }
span { border-color: rgb(234,221,129); }
td.TdClassName
{
border-color: #EADD81;
}
.TagClassName
{
border-color: #EADD81;
}
</style>