Shades of Pale Goldenrod #ECE6A2
Tints of Pale Goldenrod #ECE6A2
RGB
CMYK
RGB Variations
Color information
#ECE6A2 (or 0xECE6A2) is known color: Pale Goldenrod. HEX triplet: EC, E6 and A2. RGB value is (236,230,162). Sum of RGB (Red+Green+Blue) = 236+230+162=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 162 (63.67% from 255 or 25.80% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE6A2 is #13195D. Grayscale: #E0E0E0. Windows color (decimal): -1251678 or 10675948. OLE color: 10675948.
HSL color Cylindrical-coordinate representation of color #ECE6A2: hue angle of 55.14º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECE6A2 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 162 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.07 |
| HSL | 55.14º | 0.66% | 0.78% | - |
| HSV(B) | 55.14º | 0.31% | 0.93% | - |
| XYZ | 69.41 | 77.04 | 45.39 | - |
| YUV | 224.04 | 92.99 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 162 | 0 | 0.03 | 0.31 | 0.07 | 55.14 | 0.66 | 0.78 |
| Hex | EC | E6 | A2 | 0 | 3 | 1F | 7 | 37 | 42 | 4E |
| Octal | 354 | 346 | 242 | 0 | 3 | 37 | 7 | 67 | 102 | 116 |
| Binary | 11101100 | 11100110 | 10100010 | 0 | 11 | 11111 | 111 | 110111 | 1000010 | 1001110 |
Color Harmonies of #ECE6A2
Complementary color
Monochromatic Colors of #ECE6A2
Black with #ECE6A2
Text Example
Text Example
White with #ECE6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6A2; }
p { color: rgb(236,230,162); }
H1.HeaderClassName
{
color: #ECE6A2;
}
.AnyTagClassName
{
color: #ECE6A2;
}
</style>
background-color css
<style>
a { background-color: #ECE6A2; }
a { background-color: rgb(236,230,162); }
div.DivClassName
{
background-color: #ECE6A2;
}
.BgClassName
{
background-color: #ECE6A2;
}
</style>
border-color css
<style>
span { border-color: #ECE6A2; }
span { border-color: rgb(236,230,162); }
td.TdClassName
{
border-color: #ECE6A2;
}
.TagClassName
{
border-color: #ECE6A2;
}
</style>