Shades of Light Goldenrod #EADC8A
Tints of Light Goldenrod #EADC8A
RGB
CMYK
RGB Variations
Color information
#EADC8A (or 0xEADC8A) is known color: Light Goldenrod. HEX triplet: EA, DC and 8A. RGB value is (234,220,138). Sum of RGB (Red+Green+Blue) = 234+220+138=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC8A is #152375. Grayscale: #D7D7D7. Windows color (decimal): -1385334 or 9100522. OLE color: 9100522.
HSL color Cylindrical-coordinate representation of color #EADC8A: hue angle of 51.25º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EADC8A is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 138 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.08 |
| HSL | 51.25º | 0.7% | 0.73% | - |
| HSV(B) | 51.25º | 0.41% | 0.92% | - |
| XYZ | 64.11 | 70.51 | 34.28 | - |
| YUV | 214.84 | 84.64 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 138 | 0 | 0.06 | 0.41 | 0.08 | 51.25 | 0.7 | 0.73 |
| Hex | EA | DC | 8A | 0 | 6 | 29 | 8 | 33 | 46 | 49 |
| Octal | 352 | 334 | 212 | 0 | 6 | 51 | 10 | 63 | 106 | 111 |
| Binary | 11101010 | 11011100 | 10001010 | 0 | 110 | 101001 | 1000 | 110011 | 1000110 | 1001001 |
Color Harmonies of #EADC8A
Complementary color
Monochromatic Colors of #EADC8A
Black with #EADC8A
Text Example
Text Example
White with #EADC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC8A; }
p { color: rgb(234,220,138); }
H1.HeaderClassName
{
color: #EADC8A;
}
.AnyTagClassName
{
color: #EADC8A;
}
</style>
background-color css
<style>
a { background-color: #EADC8A; }
a { background-color: rgb(234,220,138); }
div.DivClassName
{
background-color: #EADC8A;
}
.BgClassName
{
background-color: #EADC8A;
}
</style>
border-color css
<style>
span { border-color: #EADC8A; }
span { border-color: rgb(234,220,138); }
td.TdClassName
{
border-color: #EADC8A;
}
.TagClassName
{
border-color: #EADC8A;
}
</style>