Shades of Pale Goldenrod #EAE09D
Tints of Pale Goldenrod #EAE09D
RGB
CMYK
RGB Variations
Color information
#EAE09D (or 0xEAE09D) is known color: Pale Goldenrod. HEX triplet: EA, E0 and 9D. RGB value is (234,224,157). Sum of RGB (Red+Green+Blue) = 234+224+157=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 157 (61.72% from 255 or 25.53% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE09D is #151F62. Grayscale: #DBDBDB. Windows color (decimal): -1384291 or 10346730. OLE color: 10346730.
HSL color Cylindrical-coordinate representation of color #EAE09D: hue angle of 52.21º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAE09D is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 157 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.08 |
| HSL | 52.21º | 0.65% | 0.77% | - |
| HSV(B) | 52.21º | 0.33% | 0.92% | - |
| XYZ | 66.67 | 73.24 | 42.52 | - |
| YUV | 219.35 | 92.81 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 157 | 0 | 0.04 | 0.33 | 0.08 | 52.21 | 0.65 | 0.77 |
| Hex | EA | E0 | 9D | 0 | 4 | 21 | 8 | 34 | 41 | 4D |
| Octal | 352 | 340 | 235 | 0 | 4 | 41 | 10 | 64 | 101 | 115 |
| Binary | 11101010 | 11100000 | 10011101 | 0 | 100 | 100001 | 1000 | 110100 | 1000001 | 1001101 |
Color Harmonies of #EAE09D
Complementary color
Monochromatic Colors of #EAE09D
Black with #EAE09D
Text Example
Text Example
White with #EAE09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE09D; }
p { color: rgb(234,224,157); }
H1.HeaderClassName
{
color: #EAE09D;
}
.AnyTagClassName
{
color: #EAE09D;
}
</style>
background-color css
<style>
a { background-color: #EAE09D; }
a { background-color: rgb(234,224,157); }
div.DivClassName
{
background-color: #EAE09D;
}
.BgClassName
{
background-color: #EAE09D;
}
</style>
border-color css
<style>
span { border-color: #EAE09D; }
span { border-color: rgb(234,224,157); }
td.TdClassName
{
border-color: #EAE09D;
}
.TagClassName
{
border-color: #EAE09D;
}
</style>