Shades of Light Goldenrod #EDDE8A
Tints of Light Goldenrod #EDDE8A
RGB
CMYK
RGB Variations
Color information
#EDDE8A (or 0xEDDE8A) is known color: Light Goldenrod. HEX triplet: ED, DE and 8A. RGB value is (237,222,138). Sum of RGB (Red+Green+Blue) = 237+222+138=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE8A is #122175. Grayscale: #D9D9D9. Windows color (decimal): -1188214 or 9101037. OLE color: 9101037.
HSL color Cylindrical-coordinate representation of color #EDDE8A: hue angle of 50.91º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDDE8A is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 138 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.07 |
| HSL | 50.91º | 0.73% | 0.74% | - |
| HSV(B) | 50.91º | 0.42% | 0.93% | - |
| XYZ | 65.63 | 72.08 | 34.5 | - |
| YUV | 216.91 | 83.47 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 138 | 0 | 0.06 | 0.42 | 0.07 | 50.91 | 0.73 | 0.74 |
| Hex | ED | DE | 8A | 0 | 6 | 2A | 7 | 33 | 49 | 4A |
| Octal | 355 | 336 | 212 | 0 | 6 | 52 | 7 | 63 | 111 | 112 |
| Binary | 11101101 | 11011110 | 10001010 | 0 | 110 | 101010 | 111 | 110011 | 1001001 | 1001010 |
Color Harmonies of #EDDE8A
Complementary color
Monochromatic Colors of #EDDE8A
Black with #EDDE8A
Text Example
Text Example
White with #EDDE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDE8A; }
p { color: rgb(237,222,138); }
H1.HeaderClassName
{
color: #EDDE8A;
}
.AnyTagClassName
{
color: #EDDE8A;
}
</style>
background-color css
<style>
a { background-color: #EDDE8A; }
a { background-color: rgb(237,222,138); }
div.DivClassName
{
background-color: #EDDE8A;
}
.BgClassName
{
background-color: #EDDE8A;
}
</style>
border-color css
<style>
span { border-color: #EDDE8A; }
span { border-color: rgb(237,222,138); }
td.TdClassName
{
border-color: #EDDE8A;
}
.TagClassName
{
border-color: #EDDE8A;
}
</style>