Shades of Light Goldenrod #ECE07D
Tints of Light Goldenrod #ECE07D
RGB
CMYK
RGB Variations
Color information
#ECE07D (or 0xECE07D) is known color: Light Goldenrod. HEX triplet: EC, E0 and 7D. RGB value is (236,224,125). Sum of RGB (Red+Green+Blue) = 236+224+125=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE07D is #131F82. Grayscale: #D8D8D8. Windows color (decimal): -1253251 or 8249580. OLE color: 8249580.
HSL color Cylindrical-coordinate representation of color #ECE07D: hue angle of 53.51º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECE07D is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 125 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.07 |
| HSL | 53.51º | 0.74% | 0.71% | - |
| HSV(B) | 53.51º | 0.47% | 0.93% | - |
| XYZ | 64.95 | 72.62 | 30 | - |
| YUV | 216.3 | 76.48 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 125 | 0 | 0.05 | 0.47 | 0.07 | 53.51 | 0.74 | 0.71 |
| Hex | EC | E0 | 7D | 0 | 5 | 2F | 7 | 36 | 4A | 47 |
| Octal | 354 | 340 | 175 | 0 | 5 | 57 | 7 | 66 | 112 | 107 |
| Binary | 11101100 | 11100000 | 1111101 | 0 | 101 | 101111 | 111 | 110110 | 1001010 | 1000111 |
Color Harmonies of #ECE07D
Complementary color
Monochromatic Colors of #ECE07D
Black with #ECE07D
Text Example
Text Example
White with #ECE07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE07D; }
p { color: rgb(236,224,125); }
H1.HeaderClassName
{
color: #ECE07D;
}
.AnyTagClassName
{
color: #ECE07D;
}
</style>
background-color css
<style>
a { background-color: #ECE07D; }
a { background-color: rgb(236,224,125); }
div.DivClassName
{
background-color: #ECE07D;
}
.BgClassName
{
background-color: #ECE07D;
}
</style>
border-color css
<style>
span { border-color: #ECE07D; }
span { border-color: rgb(236,224,125); }
td.TdClassName
{
border-color: #ECE07D;
}
.TagClassName
{
border-color: #ECE07D;
}
</style>