Shades of Pale Goldenrod #ECE6A1
Tints of Pale Goldenrod #ECE6A1
RGB
CMYK
RGB Variations
Color information
#ECE6A1 (or 0xECE6A1) is known color: Pale Goldenrod. HEX triplet: EC, E6 and A1. RGB value is (236,230,161). Sum of RGB (Red+Green+Blue) = 236+230+161=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 161 (63.28% from 255 or 25.68% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE6A1 is #13195E. Grayscale: #E0E0E0. Windows color (decimal): -1251679 or 10610412. OLE color: 10610412.
HSL color Cylindrical-coordinate representation of color #ECE6A1: hue angle of 55.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECE6A1 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 161 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.07 |
| HSL | 55.2º | 0.66% | 0.78% | - |
| HSV(B) | 55.2º | 0.32% | 0.93% | - |
| XYZ | 69.32 | 77 | 44.93 | - |
| YUV | 223.93 | 92.49 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 161 | 0 | 0.03 | 0.32 | 0.07 | 55.2 | 0.66 | 0.78 |
| Hex | EC | E6 | A1 | 0 | 3 | 20 | 7 | 37 | 42 | 4E |
| Octal | 354 | 346 | 241 | 0 | 3 | 40 | 7 | 67 | 102 | 116 |
| Binary | 11101100 | 11100110 | 10100001 | 0 | 11 | 100000 | 111 | 110111 | 1000010 | 1001110 |
Color Harmonies of #ECE6A1
Complementary color
Monochromatic Colors of #ECE6A1
Black with #ECE6A1
Text Example
Text Example
White with #ECE6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6A1; }
p { color: rgb(236,230,161); }
H1.HeaderClassName
{
color: #ECE6A1;
}
.AnyTagClassName
{
color: #ECE6A1;
}
</style>
background-color css
<style>
a { background-color: #ECE6A1; }
a { background-color: rgb(236,230,161); }
div.DivClassName
{
background-color: #ECE6A1;
}
.BgClassName
{
background-color: #ECE6A1;
}
</style>
border-color css
<style>
span { border-color: #ECE6A1; }
span { border-color: rgb(236,230,161); }
td.TdClassName
{
border-color: #ECE6A1;
}
.TagClassName
{
border-color: #ECE6A1;
}
</style>