Shades of Light Goldenrod #EADC7D
Tints of Light Goldenrod #EADC7D
RGB
CMYK
RGB Variations
Color information
#EADC7D (or 0xEADC7D) is known color: Light Goldenrod. HEX triplet: EA, DC and 7D. RGB value is (234,220,125). Sum of RGB (Red+Green+Blue) = 234+220+125=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC7D is #152382. Grayscale: #D5D5D5. Windows color (decimal): -1385347 or 8248554. OLE color: 8248554.
HSL color Cylindrical-coordinate representation of color #EADC7D: hue angle of 52.29º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EADC7D is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 125 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.08 |
| HSL | 52.29º | 0.72% | 0.7% | - |
| HSV(B) | 52.29º | 0.47% | 0.92% | - |
| XYZ | 63.23 | 70.16 | 29.61 | - |
| YUV | 213.36 | 78.14 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 125 | 0 | 0.06 | 0.47 | 0.08 | 52.29 | 0.72 | 0.7 |
| Hex | EA | DC | 7D | 0 | 6 | 2F | 8 | 34 | 48 | 46 |
| Octal | 352 | 334 | 175 | 0 | 6 | 57 | 10 | 64 | 110 | 106 |
| Binary | 11101010 | 11011100 | 1111101 | 0 | 110 | 101111 | 1000 | 110100 | 1001000 | 1000110 |
Color Harmonies of #EADC7D
Complementary color
Monochromatic Colors of #EADC7D
Black with #EADC7D
Text Example
Text Example
White with #EADC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC7D; }
p { color: rgb(234,220,125); }
H1.HeaderClassName
{
color: #EADC7D;
}
.AnyTagClassName
{
color: #EADC7D;
}
</style>
background-color css
<style>
a { background-color: #EADC7D; }
a { background-color: rgb(234,220,125); }
div.DivClassName
{
background-color: #EADC7D;
}
.BgClassName
{
background-color: #EADC7D;
}
</style>
border-color css
<style>
span { border-color: #EADC7D; }
span { border-color: rgb(234,220,125); }
td.TdClassName
{
border-color: #EADC7D;
}
.TagClassName
{
border-color: #EADC7D;
}
</style>