Shades of Light Goldenrod #E6DB83
Tints of Light Goldenrod #E6DB83
RGB
CMYK
RGB Variations
Color information
#E6DB83 (or 0xE6DB83) is known color: Light Goldenrod. HEX triplet: E6, DB and 83. RGB value is (230,219,131). Sum of RGB (Red+Green+Blue) = 230+219+131=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 131 (51.56% from 255 or 22.59% from 580); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DB83 is #19247C. Grayscale: #D4D4D4. Windows color (decimal): -1647741 or 8641510. OLE color: 8641510.
HSL color Cylindrical-coordinate representation of color #E6DB83: hue angle of 53.33º 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 #E6DB83 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 131 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.10 |
| HSL | 53.33º | 0.66% | 0.71% | - |
| HSV(B) | 53.33º | 0.43% | 0.9% | - |
| XYZ | 62.06 | 69.12 | 31.54 | - |
| YUV | 212.26 | 82.14 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 131 | 0 | 0.05 | 0.43 | 0.10 | 53.33 | 0.66 | 0.71 |
| Hex | E6 | DB | 83 | 0 | 5 | 2B | A | 35 | 42 | 47 |
| Octal | 346 | 333 | 203 | 0 | 5 | 53 | 12 | 65 | 102 | 107 |
| Binary | 11100110 | 11011011 | 10000011 | 0 | 101 | 101011 | 1010 | 110101 | 1000010 | 1000111 |
Color Harmonies of #E6DB83
Complementary color
Monochromatic Colors of #E6DB83
Black with #E6DB83
Text Example
Text Example
White with #E6DB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB83; }
p { color: rgb(230,219,131); }
H1.HeaderClassName
{
color: #E6DB83;
}
.AnyTagClassName
{
color: #E6DB83;
}
</style>
background-color css
<style>
a { background-color: #E6DB83; }
a { background-color: rgb(230,219,131); }
div.DivClassName
{
background-color: #E6DB83;
}
.BgClassName
{
background-color: #E6DB83;
}
</style>
border-color css
<style>
span { border-color: #E6DB83; }
span { border-color: rgb(230,219,131); }
td.TdClassName
{
border-color: #E6DB83;
}
.TagClassName
{
border-color: #E6DB83;
}
</style>