Shades of Light Goldenrod #E6DE81
Tints of Light Goldenrod #E6DE81
RGB
CMYK
RGB Variations
Color information
#E6DE81 (or 0xE6DE81) is known color: Light Goldenrod. HEX triplet: E6, DE and 81. RGB value is (230,222,129). Sum of RGB (Red+Green+Blue) = 230+222+129=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 129 (50.78% from 255 or 22.20% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DE81 is #19217E. Grayscale: #D6D6D6. Windows color (decimal): -1646975 or 8511206. OLE color: 8511206.
HSL color Cylindrical-coordinate representation of color #E6DE81: hue angle of 55.25º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6DE81 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 222 | 129 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.10 |
| HSL | 55.25º | 0.67% | 0.7% | - |
| HSV(B) | 55.25º | 0.44% | 0.9% | - |
| XYZ | 62.72 | 70.65 | 31.1 | - |
| YUV | 213.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 129 | 0 | 0.03 | 0.44 | 0.10 | 55.25 | 0.67 | 0.7 |
| Hex | E6 | DE | 81 | 0 | 3 | 2C | A | 37 | 43 | 46 |
| Octal | 346 | 336 | 201 | 0 | 3 | 54 | 12 | 67 | 103 | 106 |
| Binary | 11100110 | 11011110 | 10000001 | 0 | 11 | 101100 | 1010 | 110111 | 1000011 | 1000110 |
Color Harmonies of #E6DE81
Complementary color
Monochromatic Colors of #E6DE81
Black with #E6DE81
Text Example
Text Example
White with #E6DE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DE81; }
p { color: rgb(230,222,129); }
H1.HeaderClassName
{
color: #E6DE81;
}
.AnyTagClassName
{
color: #E6DE81;
}
</style>
background-color css
<style>
a { background-color: #E6DE81; }
a { background-color: rgb(230,222,129); }
div.DivClassName
{
background-color: #E6DE81;
}
.BgClassName
{
background-color: #E6DE81;
}
</style>
border-color css
<style>
span { border-color: #E6DE81; }
span { border-color: rgb(230,222,129); }
td.TdClassName
{
border-color: #E6DE81;
}
.TagClassName
{
border-color: #E6DE81;
}
</style>