Shades of Goldenrod #E2DF67
Tints of Goldenrod #E2DF67
RGB
CMYK
RGB Variations
Color information
#E2DF67 (or 0xE2DF67) is known color: Goldenrod. HEX triplet: E2, DF and 67. RGB value is (226,223,103). Sum of RGB (Red+Green+Blue) = 226+223+103=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 103 (40.62% from 255 or 18.66% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DF67 is #1D2098. Grayscale: #D2D2D2. Windows color (decimal): -1908889 or 6807522. OLE color: 6807522.
HSL color Cylindrical-coordinate representation of color #E2DF67: hue angle of 58.54º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2DF67 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 103 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.11 |
| HSL | 58.54º | 0.68% | 0.65% | - |
| HSV(B) | 58.54º | 0.54% | 0.89% | - |
| XYZ | 60.2 | 69.92 | 23.16 | - |
| YUV | 210.22 | 67.49 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 103 | 0 | 0.01 | 0.54 | 0.11 | 58.54 | 0.68 | 0.65 |
| Hex | E2 | DF | 67 | 0 | 1 | 36 | B | 3B | 44 | 41 |
| Octal | 342 | 337 | 147 | 0 | 1 | 66 | 13 | 73 | 104 | 101 |
| Binary | 11100010 | 11011111 | 1100111 | 0 | 1 | 110110 | 1011 | 111011 | 1000100 | 1000001 |
Color Harmonies of #E2DF67
Complementary color
Monochromatic Colors of #E2DF67
Black with #E2DF67
Text Example
Text Example
White with #E2DF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DF67; }
p { color: rgb(226,223,103); }
H1.HeaderClassName
{
color: #E2DF67;
}
.AnyTagClassName
{
color: #E2DF67;
}
</style>
background-color css
<style>
a { background-color: #E2DF67; }
a { background-color: rgb(226,223,103); }
div.DivClassName
{
background-color: #E2DF67;
}
.BgClassName
{
background-color: #E2DF67;
}
</style>
border-color css
<style>
span { border-color: #E2DF67; }
span { border-color: rgb(226,223,103); }
td.TdClassName
{
border-color: #E2DF67;
}
.TagClassName
{
border-color: #E2DF67;
}
</style>