Shades of Light Goldenrod #ECE083
Tints of Light Goldenrod #ECE083
RGB
CMYK
RGB Variations
Color information
#ECE083 (or 0xECE083) is known color: Light Goldenrod. HEX triplet: EC, E0 and 83. RGB value is (236,224,131). Sum of RGB (Red+Green+Blue) = 236+224+131=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 131 (51.56% from 255 or 22.17% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE083 is #131F7C. Grayscale: #D9D9D9. Windows color (decimal): -1253245 or 8642796. OLE color: 8642796.
HSL color Cylindrical-coordinate representation of color #ECE083: hue angle of 53.14º 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 #ECE083 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 131 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.07 |
| HSL | 53.14º | 0.73% | 0.72% | - |
| HSV(B) | 53.14º | 0.44% | 0.93% | - |
| XYZ | 65.34 | 72.78 | 32.08 | - |
| YUV | 216.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 131 | 0 | 0.05 | 0.44 | 0.07 | 53.14 | 0.73 | 0.72 |
| Hex | EC | E0 | 83 | 0 | 5 | 2C | 7 | 35 | 49 | 48 |
| Octal | 354 | 340 | 203 | 0 | 5 | 54 | 7 | 65 | 111 | 110 |
| Binary | 11101100 | 11100000 | 10000011 | 0 | 101 | 101100 | 111 | 110101 | 1001001 | 1001000 |
Color Harmonies of #ECE083
Complementary color
Monochromatic Colors of #ECE083
Black with #ECE083
Text Example
Text Example
White with #ECE083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE083; }
p { color: rgb(236,224,131); }
H1.HeaderClassName
{
color: #ECE083;
}
.AnyTagClassName
{
color: #ECE083;
}
</style>
background-color css
<style>
a { background-color: #ECE083; }
a { background-color: rgb(236,224,131); }
div.DivClassName
{
background-color: #ECE083;
}
.BgClassName
{
background-color: #ECE083;
}
</style>
border-color css
<style>
span { border-color: #ECE083; }
span { border-color: rgb(236,224,131); }
td.TdClassName
{
border-color: #ECE083;
}
.TagClassName
{
border-color: #ECE083;
}
</style>