Shades of Light Goldenrod #ECDF83
Tints of Light Goldenrod #ECDF83
RGB
CMYK
RGB Variations
Color information
#ECDF83 (or 0xECDF83) is known color: Light Goldenrod. HEX triplet: EC, DF and 83. RGB value is (236,223,131). Sum of RGB (Red+Green+Blue) = 236+223+131=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 131 (51.56% from 255 or 22.20% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDF83 is #13207C. Grayscale: #D8D8D8. Windows color (decimal): -1253501 or 8642540. OLE color: 8642540.
HSL color Cylindrical-coordinate representation of color #ECDF83: hue angle of 52.57º 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 #ECDF83 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 131 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.07 |
| HSL | 52.57º | 0.73% | 0.72% | - |
| HSV(B) | 52.57º | 0.44% | 0.93% | - |
| XYZ | 65.08 | 72.25 | 31.99 | - |
| YUV | 216.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 131 | 0 | 0.06 | 0.44 | 0.07 | 52.57 | 0.73 | 0.72 |
| Hex | EC | DF | 83 | 0 | 6 | 2C | 7 | 35 | 49 | 48 |
| Octal | 354 | 337 | 203 | 0 | 6 | 54 | 7 | 65 | 111 | 110 |
| Binary | 11101100 | 11011111 | 10000011 | 0 | 110 | 101100 | 111 | 110101 | 1001001 | 1001000 |
Color Harmonies of #ECDF83
Complementary color
Monochromatic Colors of #ECDF83
Black with #ECDF83
Text Example
Text Example
White with #ECDF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF83; }
p { color: rgb(236,223,131); }
H1.HeaderClassName
{
color: #ECDF83;
}
.AnyTagClassName
{
color: #ECDF83;
}
</style>
background-color css
<style>
a { background-color: #ECDF83; }
a { background-color: rgb(236,223,131); }
div.DivClassName
{
background-color: #ECDF83;
}
.BgClassName
{
background-color: #ECDF83;
}
</style>
border-color css
<style>
span { border-color: #ECDF83; }
span { border-color: rgb(236,223,131); }
td.TdClassName
{
border-color: #ECDF83;
}
.TagClassName
{
border-color: #ECDF83;
}
</style>