Shades of Light Goldenrod #ECE085
Tints of Light Goldenrod #ECE085
RGB
CMYK
RGB Variations
Color information
#ECE085 (or 0xECE085) is known color: Light Goldenrod. HEX triplet: EC, E0 and 85. RGB value is (236,224,133). Sum of RGB (Red+Green+Blue) = 236+224+133=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 133 (52.34% from 255 or 22.43% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE085 is #131F7A. Grayscale: #D9D9D9. Windows color (decimal): -1253243 or 8773868. OLE color: 8773868.
HSL color Cylindrical-coordinate representation of color #ECE085: hue angle of 53.01º 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 #ECE085 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 133 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.07 |
| HSL | 53.01º | 0.73% | 0.72% | - |
| HSV(B) | 53.01º | 0.44% | 0.93% | - |
| XYZ | 65.48 | 72.84 | 32.8 | - |
| YUV | 217.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 133 | 0 | 0.05 | 0.44 | 0.07 | 53.01 | 0.73 | 0.72 |
| Hex | EC | E0 | 85 | 0 | 5 | 2C | 7 | 35 | 49 | 48 |
| Octal | 354 | 340 | 205 | 0 | 5 | 54 | 7 | 65 | 111 | 110 |
| Binary | 11101100 | 11100000 | 10000101 | 0 | 101 | 101100 | 111 | 110101 | 1001001 | 1001000 |
Color Harmonies of #ECE085
Complementary color
Monochromatic Colors of #ECE085
Black with #ECE085
Text Example
Text Example
White with #ECE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE085; }
p { color: rgb(236,224,133); }
H1.HeaderClassName
{
color: #ECE085;
}
.AnyTagClassName
{
color: #ECE085;
}
</style>
background-color css
<style>
a { background-color: #ECE085; }
a { background-color: rgb(236,224,133); }
div.DivClassName
{
background-color: #ECE085;
}
.BgClassName
{
background-color: #ECE085;
}
</style>
border-color css
<style>
span { border-color: #ECE085; }
span { border-color: rgb(236,224,133); }
td.TdClassName
{
border-color: #ECE085;
}
.TagClassName
{
border-color: #ECE085;
}
</style>