Shades of Light Goldenrod #EADC7A
Tints of Light Goldenrod #EADC7A
RGB
CMYK
RGB Variations
Color information
#EADC7A (or 0xEADC7A) is known color: Light Goldenrod. HEX triplet: EA, DC and 7A. RGB value is (234,220,122). Sum of RGB (Red+Green+Blue) = 234+220+122=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 122 (48.05% from 255 or 21.18% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC7A is #152385. Grayscale: #D5D5D5. Windows color (decimal): -1385350 or 8051946. OLE color: 8051946.
HSL color Cylindrical-coordinate representation of color #EADC7A: hue angle of 52.5º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EADC7A is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 220 | 122 | - |
CMYK | 0 | 0.06 | 0.48 | 0.08 |
HSL | 52.5º | 0.73% | 0.7% | - |
HSV(B) | 52.5º | 0.48% | 0.92% | - |
XYZ | 63.04 | 70.08 | 28.62 | - |
YUV | 213.01 | 76.64 | 142.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 220 | 122 | 0 | 0.06 | 0.48 | 0.08 | 52.5 | 0.73 | 0.7 |
Hex | EA | DC | 7A | 0 | 6 | 30 | 8 | 34 | 49 | 46 |
Octal | 352 | 334 | 172 | 0 | 6 | 60 | 10 | 64 | 111 | 106 |
Binary | 11101010 | 11011100 | 1111010 | 0 | 110 | 110000 | 1000 | 110100 | 1001001 | 1000110 |
Color Harmonies of #EADC7A
Complementary color
Monochromatic Colors of #EADC7A
Black with #EADC7A
Text Example
Text Example
White with #EADC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC7A; }
p { color: rgb(234,220,122); }
H1.HeaderClassName
{
color: #EADC7A;
}
.AnyTagClassName
{
color: #EADC7A;
}
</style>
background-color css
<style>
a { background-color: #EADC7A; }
a { background-color: rgb(234,220,122); }
div.DivClassName
{
background-color: #EADC7A;
}
.BgClassName
{
background-color: #EADC7A;
}
</style>
border-color css
<style>
span { border-color: #EADC7A; }
span { border-color: rgb(234,220,122); }
td.TdClassName
{
border-color: #EADC7A;
}
.TagClassName
{
border-color: #EADC7A;
}
</style>