Shades of Pale Goldenrod #ECE69E
Tints of Pale Goldenrod #ECE69E
RGB
CMYK
RGB Variations
Color information
#ECE69E (or 0xECE69E) is known color: Pale Goldenrod. HEX triplet: EC, E6 and 9E. RGB value is (236,230,158). Sum of RGB (Red+Green+Blue) = 236+230+158=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 158 (62.11% from 255 or 25.32% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE69E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE69E is #131961. Grayscale: #DFDFDF. Windows color (decimal): -1251682 or 10413804. OLE color: 10413804.
HSL color Cylindrical-coordinate representation of color #ECE69E: hue angle of 55.38º 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 #ECE69E is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 158 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.07 |
| HSL | 55.38º | 0.67% | 0.77% | - |
| HSV(B) | 55.38º | 0.33% | 0.93% | - |
| XYZ | 69.06 | 76.9 | 43.55 | - |
| YUV | 223.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 158 | 0 | 0.03 | 0.33 | 0.07 | 55.38 | 0.67 | 0.77 |
| Hex | EC | E6 | 9E | 0 | 3 | 21 | 7 | 37 | 43 | 4D |
| Octal | 354 | 346 | 236 | 0 | 3 | 41 | 7 | 67 | 103 | 115 |
| Binary | 11101100 | 11100110 | 10011110 | 0 | 11 | 100001 | 111 | 110111 | 1000011 | 1001101 |
Color Harmonies of #ECE69E
Complementary color
Monochromatic Colors of #ECE69E
Black with #ECE69E
Text Example
Text Example
White with #ECE69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE69E; }
p { color: rgb(236,230,158); }
H1.HeaderClassName
{
color: #ECE69E;
}
.AnyTagClassName
{
color: #ECE69E;
}
</style>
background-color css
<style>
a { background-color: #ECE69E; }
a { background-color: rgb(236,230,158); }
div.DivClassName
{
background-color: #ECE69E;
}
.BgClassName
{
background-color: #ECE69E;
}
</style>
border-color css
<style>
span { border-color: #ECE69E; }
span { border-color: rgb(236,230,158); }
td.TdClassName
{
border-color: #ECE69E;
}
.TagClassName
{
border-color: #ECE69E;
}
</style>