Shades of Light Goldenrod #ECE184
Tints of Light Goldenrod #ECE184
RGB
CMYK
RGB Variations
Color information
#ECE184 (or 0xECE184) is known color: Light Goldenrod. HEX triplet: EC, E1 and 84. RGB value is (236,225,132). Sum of RGB (Red+Green+Blue) = 236+225+132=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 132 (51.95% from 255 or 22.26% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE184 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE184 is #131E7B. Grayscale: #DADADA. Windows color (decimal): -1252988 or 8708588. OLE color: 8708588.
HSL color Cylindrical-coordinate representation of color #ECE184: hue angle of 53.65º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECE184 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 132 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.07 |
| HSL | 53.65º | 0.73% | 0.72% | - |
| HSV(B) | 53.65º | 0.44% | 0.93% | - |
| XYZ | 65.68 | 73.35 | 32.53 | - |
| YUV | 217.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 132 | 0 | 0.05 | 0.44 | 0.07 | 53.65 | 0.73 | 0.72 |
| Hex | EC | E1 | 84 | 0 | 5 | 2C | 7 | 36 | 49 | 48 |
| Octal | 354 | 341 | 204 | 0 | 5 | 54 | 7 | 66 | 111 | 110 |
| Binary | 11101100 | 11100001 | 10000100 | 0 | 101 | 101100 | 111 | 110110 | 1001001 | 1001000 |
Color Harmonies of #ECE184
Complementary color
Monochromatic Colors of #ECE184
Black with #ECE184
Text Example
Text Example
White with #ECE184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE184; }
p { color: rgb(236,225,132); }
H1.HeaderClassName
{
color: #ECE184;
}
.AnyTagClassName
{
color: #ECE184;
}
</style>
background-color css
<style>
a { background-color: #ECE184; }
a { background-color: rgb(236,225,132); }
div.DivClassName
{
background-color: #ECE184;
}
.BgClassName
{
background-color: #ECE184;
}
</style>
border-color css
<style>
span { border-color: #ECE184; }
span { border-color: rgb(236,225,132); }
td.TdClassName
{
border-color: #ECE184;
}
.TagClassName
{
border-color: #ECE184;
}
</style>