Shades of Light Goldenrod #E6DD83
Tints of Light Goldenrod #E6DD83
RGB
CMYK
RGB Variations
Color information
#E6DD83 (or 0xE6DD83) is known color: Light Goldenrod. HEX triplet: E6, DD and 83. RGB value is (230,221,131). Sum of RGB (Red+Green+Blue) = 230+221+131=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 131 (51.56% from 255 or 22.51% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DD83 is #19227C. Grayscale: #D5D5D5. Windows color (decimal): -1647229 or 8642022. OLE color: 8642022.
HSL color Cylindrical-coordinate representation of color #E6DD83: hue angle of 54.55º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6DD83 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 131 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.10 |
| HSL | 54.55º | 0.66% | 0.71% | - |
| HSV(B) | 54.55º | 0.43% | 0.9% | - |
| XYZ | 62.59 | 70.17 | 31.72 | - |
| YUV | 213.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 131 | 0 | 0.04 | 0.43 | 0.10 | 54.55 | 0.66 | 0.71 |
| Hex | E6 | DD | 83 | 0 | 4 | 2B | A | 37 | 42 | 47 |
| Octal | 346 | 335 | 203 | 0 | 4 | 53 | 12 | 67 | 102 | 107 |
| Binary | 11100110 | 11011101 | 10000011 | 0 | 100 | 101011 | 1010 | 110111 | 1000010 | 1000111 |
Color Harmonies of #E6DD83
Complementary color
Monochromatic Colors of #E6DD83
Black with #E6DD83
Text Example
Text Example
White with #E6DD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD83; }
p { color: rgb(230,221,131); }
H1.HeaderClassName
{
color: #E6DD83;
}
.AnyTagClassName
{
color: #E6DD83;
}
</style>
background-color css
<style>
a { background-color: #E6DD83; }
a { background-color: rgb(230,221,131); }
div.DivClassName
{
background-color: #E6DD83;
}
.BgClassName
{
background-color: #E6DD83;
}
</style>
border-color css
<style>
span { border-color: #E6DD83; }
span { border-color: rgb(230,221,131); }
td.TdClassName
{
border-color: #E6DD83;
}
.TagClassName
{
border-color: #E6DD83;
}
</style>