Shades of Pale Goldenrod #ECE69F
Tints of Pale Goldenrod #ECE69F
RGB
CMYK
RGB Variations
Color information
#ECE69F (or 0xECE69F) is known color: Pale Goldenrod. HEX triplet: EC, E6 and 9F. RGB value is (236,230,159). Sum of RGB (Red+Green+Blue) = 236+230+159=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 159 (62.5% from 255 or 25.44% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE69F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE69F is #131960. Grayscale: #DFDFDF. Windows color (decimal): -1251681 or 10479340. OLE color: 10479340.
HSL color Cylindrical-coordinate representation of color #ECE69F: hue angle of 55.32º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECE69F is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 159 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.07 |
| HSL | 55.32º | 0.67% | 0.77% | - |
| HSV(B) | 55.32º | 0.33% | 0.93% | - |
| XYZ | 69.15 | 76.93 | 44.01 | - |
| YUV | 223.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 159 | 0 | 0.03 | 0.33 | 0.07 | 55.32 | 0.67 | 0.77 |
| Hex | EC | E6 | 9F | 0 | 3 | 21 | 7 | 37 | 43 | 4D |
| Octal | 354 | 346 | 237 | 0 | 3 | 41 | 7 | 67 | 103 | 115 |
| Binary | 11101100 | 11100110 | 10011111 | 0 | 11 | 100001 | 111 | 110111 | 1000011 | 1001101 |
Color Harmonies of #ECE69F
Complementary color
Monochromatic Colors of #ECE69F
Black with #ECE69F
Text Example
Text Example
White with #ECE69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE69F; }
p { color: rgb(236,230,159); }
H1.HeaderClassName
{
color: #ECE69F;
}
.AnyTagClassName
{
color: #ECE69F;
}
</style>
background-color css
<style>
a { background-color: #ECE69F; }
a { background-color: rgb(236,230,159); }
div.DivClassName
{
background-color: #ECE69F;
}
.BgClassName
{
background-color: #ECE69F;
}
</style>
border-color css
<style>
span { border-color: #ECE69F; }
span { border-color: rgb(236,230,159); }
td.TdClassName
{
border-color: #ECE69F;
}
.TagClassName
{
border-color: #ECE69F;
}
</style>