Shades of Light Goldenrod #EADC83
Tints of Light Goldenrod #EADC83
RGB
CMYK
RGB Variations
Color information
#EADC83 (or 0xEADC83) is known color: Light Goldenrod. HEX triplet: EA, DC and 83. RGB value is (234,220,131). Sum of RGB (Red+Green+Blue) = 234+220+131=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 131 (51.56% from 255 or 22.39% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC83 is #15237C. Grayscale: #D6D6D6. Windows color (decimal): -1385341 or 8641770. OLE color: 8641770.
HSL color Cylindrical-coordinate representation of color #EADC83: hue angle of 51.84º 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 #EADC83 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 131 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.08 |
| HSL | 51.84º | 0.71% | 0.72% | - |
| HSV(B) | 51.84º | 0.44% | 0.92% | - |
| XYZ | 63.62 | 70.32 | 31.69 | - |
| YUV | 214.04 | 81.14 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 131 | 0 | 0.06 | 0.44 | 0.08 | 51.84 | 0.71 | 0.72 |
| Hex | EA | DC | 83 | 0 | 6 | 2C | 8 | 34 | 47 | 48 |
| Octal | 352 | 334 | 203 | 0 | 6 | 54 | 10 | 64 | 107 | 110 |
| Binary | 11101010 | 11011100 | 10000011 | 0 | 110 | 101100 | 1000 | 110100 | 1000111 | 1001000 |
Color Harmonies of #EADC83
Complementary color
Monochromatic Colors of #EADC83
Black with #EADC83
Text Example
Text Example
White with #EADC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC83; }
p { color: rgb(234,220,131); }
H1.HeaderClassName
{
color: #EADC83;
}
.AnyTagClassName
{
color: #EADC83;
}
</style>
background-color css
<style>
a { background-color: #EADC83; }
a { background-color: rgb(234,220,131); }
div.DivClassName
{
background-color: #EADC83;
}
.BgClassName
{
background-color: #EADC83;
}
</style>
border-color css
<style>
span { border-color: #EADC83; }
span { border-color: rgb(234,220,131); }
td.TdClassName
{
border-color: #EADC83;
}
.TagClassName
{
border-color: #EADC83;
}
</style>