Shades of Pale Goldenrod #ECE6A4
Tints of Pale Goldenrod #ECE6A4
RGB
CMYK
RGB Variations
Color information
#ECE6A4 (or 0xECE6A4) is known color: Pale Goldenrod. HEX triplet: EC, E6 and A4. RGB value is (236,230,164). Sum of RGB (Red+Green+Blue) = 236+230+164=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 164 (64.45% from 255 or 26.03% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE6A4 is #13195B. Grayscale: #E0E0E0. Windows color (decimal): -1251676 or 10807020. OLE color: 10807020.
HSL color Cylindrical-coordinate representation of color #ECE6A4: hue angle of 55º degrees, saturation: 0.65, 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 #ECE6A4 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 230 | 164 | - |
CMYK | 0 | 0.03 | 0.31 | 0.07 |
HSL | 55º | 0.65% | 0.78% | - |
HSV(B) | 55º | 0.31% | 0.93% | - |
XYZ | 69.59 | 77.11 | 46.34 | - |
YUV | 224.27 | 93.99 | 136.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 164 | 0 | 0.03 | 0.31 | 0.07 | 55 | 0.65 | 0.78 |
Hex | EC | E6 | A4 | 0 | 3 | 1F | 7 | 37 | 41 | 4E |
Octal | 354 | 346 | 244 | 0 | 3 | 37 | 7 | 67 | 101 | 116 |
Binary | 11101100 | 11100110 | 10100100 | 0 | 11 | 11111 | 111 | 110111 | 1000001 | 1001110 |
Color Harmonies of #ECE6A4
Complementary color
Monochromatic Colors of #ECE6A4
Black with #ECE6A4
Text Example
Text Example
White with #ECE6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6A4; }
p { color: rgb(236,230,164); }
H1.HeaderClassName
{
color: #ECE6A4;
}
.AnyTagClassName
{
color: #ECE6A4;
}
</style>
background-color css
<style>
a { background-color: #ECE6A4; }
a { background-color: rgb(236,230,164); }
div.DivClassName
{
background-color: #ECE6A4;
}
.BgClassName
{
background-color: #ECE6A4;
}
</style>
border-color css
<style>
span { border-color: #ECE6A4; }
span { border-color: rgb(236,230,164); }
td.TdClassName
{
border-color: #ECE6A4;
}
.TagClassName
{
border-color: #ECE6A4;
}
</style>