Shades of Pale Goldenrod #EDE5B2
Tints of Pale Goldenrod #EDE5B2
RGB
CMYK
RGB Variations
Color information
#EDE5B2 (or 0xEDE5B2) is known color: Pale Goldenrod. HEX triplet: ED, E5 and B2. RGB value is (237,229,178). Sum of RGB (Red+Green+Blue) = 237+229+178=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 178 (69.92% from 255 or 27.64% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE5B2 is #121A4D. Grayscale: #E1E1E1. Windows color (decimal): -1186382 or 11724269. OLE color: 11724269.
HSL color Cylindrical-coordinate representation of color #EDE5B2: hue angle of 51.86º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDE5B2 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 178 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.07 |
| HSL | 51.86º | 0.62% | 0.81% | - |
| HSV(B) | 51.86º | 0.25% | 0.93% | - |
| XYZ | 70.98 | 77.26 | 53.29 | - |
| YUV | 225.58 | 101.15 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 178 | 0 | 0.03 | 0.25 | 0.07 | 51.86 | 0.62 | 0.81 |
| Hex | ED | E5 | B2 | 0 | 3 | 19 | 7 | 34 | 3E | 51 |
| Octal | 355 | 345 | 262 | 0 | 3 | 31 | 7 | 64 | 76 | 121 |
| Binary | 11101101 | 11100101 | 10110010 | 0 | 11 | 11001 | 111 | 110100 | 111110 | 1010001 |
Color Harmonies of #EDE5B2
Complementary color
Monochromatic Colors of #EDE5B2
Black with #EDE5B2
Text Example
Text Example
White with #EDE5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5B2; }
p { color: rgb(237,229,178); }
H1.HeaderClassName
{
color: #EDE5B2;
}
.AnyTagClassName
{
color: #EDE5B2;
}
</style>
background-color css
<style>
a { background-color: #EDE5B2; }
a { background-color: rgb(237,229,178); }
div.DivClassName
{
background-color: #EDE5B2;
}
.BgClassName
{
background-color: #EDE5B2;
}
</style>
border-color css
<style>
span { border-color: #EDE5B2; }
span { border-color: rgb(237,229,178); }
td.TdClassName
{
border-color: #EDE5B2;
}
.TagClassName
{
border-color: #EDE5B2;
}
</style>