Shades of Light Goldenrod #EADD83
Tints of Light Goldenrod #EADD83
RGB
CMYK
RGB Variations
Color information
#EADD83 (or 0xEADD83) is known color: Light Goldenrod. HEX triplet: EA, DD and 83. RGB value is (234,221,131). Sum of RGB (Red+Green+Blue) = 234+221+131=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 131 (51.56% from 255 or 22.35% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD83 is #15227C. Grayscale: #D6D6D6. Windows color (decimal): -1385085 or 8642026. OLE color: 8642026.
HSL color Cylindrical-coordinate representation of color #EADD83: hue angle of 52.43º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EADD83 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 131 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.08 |
| HSL | 52.43º | 0.71% | 0.72% | - |
| HSV(B) | 52.43º | 0.44% | 0.92% | - |
| XYZ | 63.88 | 70.84 | 31.78 | - |
| YUV | 214.63 | 80.81 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 131 | 0 | 0.06 | 0.44 | 0.08 | 52.43 | 0.71 | 0.72 |
| Hex | EA | DD | 83 | 0 | 6 | 2C | 8 | 34 | 47 | 48 |
| Octal | 352 | 335 | 203 | 0 | 6 | 54 | 10 | 64 | 107 | 110 |
| Binary | 11101010 | 11011101 | 10000011 | 0 | 110 | 101100 | 1000 | 110100 | 1000111 | 1001000 |
Color Harmonies of #EADD83
Complementary color
Monochromatic Colors of #EADD83
Black with #EADD83
Text Example
Text Example
White with #EADD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD83; }
p { color: rgb(234,221,131); }
H1.HeaderClassName
{
color: #EADD83;
}
.AnyTagClassName
{
color: #EADD83;
}
</style>
background-color css
<style>
a { background-color: #EADD83; }
a { background-color: rgb(234,221,131); }
div.DivClassName
{
background-color: #EADD83;
}
.BgClassName
{
background-color: #EADD83;
}
</style>
border-color css
<style>
span { border-color: #EADD83; }
span { border-color: rgb(234,221,131); }
td.TdClassName
{
border-color: #EADD83;
}
.TagClassName
{
border-color: #EADD83;
}
</style>