Shades of Light Goldenrod #ECE082
Tints of Light Goldenrod #ECE082
RGB
CMYK
RGB Variations
Color information
#ECE082 (or 0xECE082) is known color: Light Goldenrod. HEX triplet: EC, E0 and 82. RGB value is (236,224,130). Sum of RGB (Red+Green+Blue) = 236+224+130=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 130 (51.17% from 255 or 22.03% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE082 is #131F7D. Grayscale: #D9D9D9. Windows color (decimal): -1253246 or 8577260. OLE color: 8577260.
HSL color Cylindrical-coordinate representation of color #ECE082: hue angle of 53.21º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECE082 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 130 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.07 |
| HSL | 53.21º | 0.74% | 0.72% | - |
| HSV(B) | 53.21º | 0.45% | 0.93% | - |
| XYZ | 65.28 | 72.76 | 31.72 | - |
| YUV | 216.87 | 78.98 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 130 | 0 | 0.05 | 0.45 | 0.07 | 53.21 | 0.74 | 0.72 |
| Hex | EC | E0 | 82 | 0 | 5 | 2D | 7 | 35 | 4A | 48 |
| Octal | 354 | 340 | 202 | 0 | 5 | 55 | 7 | 65 | 112 | 110 |
| Binary | 11101100 | 11100000 | 10000010 | 0 | 101 | 101101 | 111 | 110101 | 1001010 | 1001000 |
Color Harmonies of #ECE082
Complementary color
Monochromatic Colors of #ECE082
Black with #ECE082
Text Example
Text Example
White with #ECE082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE082; }
p { color: rgb(236,224,130); }
H1.HeaderClassName
{
color: #ECE082;
}
.AnyTagClassName
{
color: #ECE082;
}
</style>
background-color css
<style>
a { background-color: #ECE082; }
a { background-color: rgb(236,224,130); }
div.DivClassName
{
background-color: #ECE082;
}
.BgClassName
{
background-color: #ECE082;
}
</style>
border-color css
<style>
span { border-color: #ECE082; }
span { border-color: rgb(236,224,130); }
td.TdClassName
{
border-color: #ECE082;
}
.TagClassName
{
border-color: #ECE082;
}
</style>