Shades of Pale Goldenrod #EDEAA4
Tints of Pale Goldenrod #EDEAA4
RGB
CMYK
RGB Variations
Color information
#EDEAA4 (or 0xEDEAA4) is known color: Pale Goldenrod. HEX triplet: ED, EA and A4. RGB value is (237,234,164). Sum of RGB (Red+Green+Blue) = 237+234+164=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 164 (64.45% from 255 or 25.83% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEAA4 is #12155B. Grayscale: #E3E3E3. Windows color (decimal): -1185116 or 10808045. OLE color: 10808045.
HSL color Cylindrical-coordinate representation of color #EDEAA4: hue angle of 57.53º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDEAA4 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 164 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.07 |
| HSL | 57.53º | 0.67% | 0.79% | - |
| HSV(B) | 57.53º | 0.31% | 0.93% | - |
| XYZ | 71.05 | 79.53 | 46.73 | - |
| YUV | 226.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 164 | 0 | 0.01 | 0.31 | 0.07 | 57.53 | 0.67 | 0.79 |
| Hex | ED | EA | A4 | 0 | 1 | 1F | 7 | 3A | 43 | 4F |
| Octal | 355 | 352 | 244 | 0 | 1 | 37 | 7 | 72 | 103 | 117 |
| Binary | 11101101 | 11101010 | 10100100 | 0 | 1 | 11111 | 111 | 111010 | 1000011 | 1001111 |
Color Harmonies of #EDEAA4
Complementary color
Monochromatic Colors of #EDEAA4
Black with #EDEAA4
Text Example
Text Example
White with #EDEAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAA4; }
p { color: rgb(237,234,164); }
H1.HeaderClassName
{
color: #EDEAA4;
}
.AnyTagClassName
{
color: #EDEAA4;
}
</style>
background-color css
<style>
a { background-color: #EDEAA4; }
a { background-color: rgb(237,234,164); }
div.DivClassName
{
background-color: #EDEAA4;
}
.BgClassName
{
background-color: #EDEAA4;
}
</style>
border-color css
<style>
span { border-color: #EDEAA4; }
span { border-color: rgb(237,234,164); }
td.TdClassName
{
border-color: #EDEAA4;
}
.TagClassName
{
border-color: #EDEAA4;
}
</style>