Shades of Goldenrod #E6DF67
Tints of Goldenrod #E6DF67
RGB
CMYK
RGB Variations
Color information
#E6DF67 (or 0xE6DF67) is known color: Goldenrod. HEX triplet: E6, DF and 67. RGB value is (230,223,103). Sum of RGB (Red+Green+Blue) = 230+223+103=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 103 (40.62% from 255 or 18.53% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DF67 is #192098. Grayscale: #D3D3D3. Windows color (decimal): -1646745 or 6807526. OLE color: 6807526.
HSL color Cylindrical-coordinate representation of color #E6DF67: hue angle of 56.69º 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 #E6DF67 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 103 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.10 |
| HSL | 56.69º | 0.72% | 0.65% | - |
| HSV(B) | 56.69º | 0.55% | 0.9% | - |
| XYZ | 61.47 | 70.58 | 23.22 | - |
| YUV | 211.41 | 66.82 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 103 | 0 | 0.03 | 0.55 | 0.10 | 56.69 | 0.72 | 0.65 |
| Hex | E6 | DF | 67 | 0 | 3 | 37 | A | 39 | 48 | 41 |
| Octal | 346 | 337 | 147 | 0 | 3 | 67 | 12 | 71 | 110 | 101 |
| Binary | 11100110 | 11011111 | 1100111 | 0 | 11 | 110111 | 1010 | 111001 | 1001000 | 1000001 |
Color Harmonies of #E6DF67
Complementary color
Monochromatic Colors of #E6DF67
Black with #E6DF67
Text Example
Text Example
White with #E6DF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF67; }
p { color: rgb(230,223,103); }
H1.HeaderClassName
{
color: #E6DF67;
}
.AnyTagClassName
{
color: #E6DF67;
}
</style>
background-color css
<style>
a { background-color: #E6DF67; }
a { background-color: rgb(230,223,103); }
div.DivClassName
{
background-color: #E6DF67;
}
.BgClassName
{
background-color: #E6DF67;
}
</style>
border-color css
<style>
span { border-color: #E6DF67; }
span { border-color: rgb(230,223,103); }
td.TdClassName
{
border-color: #E6DF67;
}
.TagClassName
{
border-color: #E6DF67;
}
</style>