Shades of Light Goldenrod #EAE085
Tints of Light Goldenrod #EAE085
RGB
CMYK
RGB Variations
Color information
#EAE085 (or 0xEAE085) is known color: Light Goldenrod. HEX triplet: EA, E0 and 85. RGB value is (234,224,133). Sum of RGB (Red+Green+Blue) = 234+224+133=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE085 is #151F7A. Grayscale: #D8D8D8. Windows color (decimal): -1384315 or 8773866. OLE color: 8773866.
HSL color Cylindrical-coordinate representation of color #EAE085: hue angle of 54.06º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAE085 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 133 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.08 |
| HSL | 54.06º | 0.71% | 0.72% | - |
| HSV(B) | 54.06º | 0.43% | 0.92% | - |
| XYZ | 64.82 | 72.5 | 32.77 | - |
| YUV | 216.62 | 80.81 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 133 | 0 | 0.04 | 0.43 | 0.08 | 54.06 | 0.71 | 0.72 |
| Hex | EA | E0 | 85 | 0 | 4 | 2B | 8 | 36 | 47 | 48 |
| Octal | 352 | 340 | 205 | 0 | 4 | 53 | 10 | 66 | 107 | 110 |
| Binary | 11101010 | 11100000 | 10000101 | 0 | 100 | 101011 | 1000 | 110110 | 1000111 | 1001000 |
Color Harmonies of #EAE085
Complementary color
Monochromatic Colors of #EAE085
Black with #EAE085
Text Example
Text Example
White with #EAE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE085; }
p { color: rgb(234,224,133); }
H1.HeaderClassName
{
color: #EAE085;
}
.AnyTagClassName
{
color: #EAE085;
}
</style>
background-color css
<style>
a { background-color: #EAE085; }
a { background-color: rgb(234,224,133); }
div.DivClassName
{
background-color: #EAE085;
}
.BgClassName
{
background-color: #EAE085;
}
</style>
border-color css
<style>
span { border-color: #EAE085; }
span { border-color: rgb(234,224,133); }
td.TdClassName
{
border-color: #EAE085;
}
.TagClassName
{
border-color: #EAE085;
}
</style>