Shades of Goldenrod #E6DD67
Tints of Goldenrod #E6DD67
RGB
CMYK
RGB Variations
Color information
#E6DD67 (or 0xE6DD67) is known color: Goldenrod. HEX triplet: E6, DD and 67. RGB value is (230,221,103). Sum of RGB (Red+Green+Blue) = 230+221+103=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 103 (40.62% from 255 or 18.59% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DD67 is #192298. Grayscale: #D2D2D2. Windows color (decimal): -1647257 or 6807014. OLE color: 6807014.
HSL color Cylindrical-coordinate representation of color #E6DD67: hue angle of 55.75º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6DD67 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 103 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.10 |
| HSL | 55.75º | 0.72% | 0.65% | - |
| HSV(B) | 55.75º | 0.55% | 0.9% | - |
| XYZ | 60.94 | 69.52 | 23.04 | - |
| YUV | 210.24 | 67.48 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 103 | 0 | 0.04 | 0.55 | 0.10 | 55.75 | 0.72 | 0.65 |
| Hex | E6 | DD | 67 | 0 | 4 | 37 | A | 38 | 48 | 41 |
| Octal | 346 | 335 | 147 | 0 | 4 | 67 | 12 | 70 | 110 | 101 |
| Binary | 11100110 | 11011101 | 1100111 | 0 | 100 | 110111 | 1010 | 111000 | 1001000 | 1000001 |
Color Harmonies of #E6DD67
Complementary color
Monochromatic Colors of #E6DD67
Black with #E6DD67
Text Example
Text Example
White with #E6DD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD67; }
p { color: rgb(230,221,103); }
H1.HeaderClassName
{
color: #E6DD67;
}
.AnyTagClassName
{
color: #E6DD67;
}
</style>
background-color css
<style>
a { background-color: #E6DD67; }
a { background-color: rgb(230,221,103); }
div.DivClassName
{
background-color: #E6DD67;
}
.BgClassName
{
background-color: #E6DD67;
}
</style>
border-color css
<style>
span { border-color: #E6DD67; }
span { border-color: rgb(230,221,103); }
td.TdClassName
{
border-color: #E6DD67;
}
.TagClassName
{
border-color: #E6DD67;
}
</style>