Shades of Goldenrod #E6E172
Tints of Goldenrod #E6E172
RGB
CMYK
RGB Variations
Color information
#E6E172 (or 0xE6E172) is known color: Goldenrod. HEX triplet: E6, E1 and 72. RGB value is (230,225,114). Sum of RGB (Red+Green+Blue) = 230+225+114=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E172 is #191E8D. Grayscale: #D6D6D6. Windows color (decimal): -1646222 or 7528934. OLE color: 7528934.
HSL color Cylindrical-coordinate representation of color #E6E172: hue angle of 57.41º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6E172 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 114 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.10 |
| HSL | 57.41º | 0.7% | 0.67% | - |
| HSV(B) | 57.41º | 0.5% | 0.9% | - |
| XYZ | 62.6 | 71.89 | 26.5 | - |
| YUV | 213.84 | 71.66 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 114 | 0 | 0.02 | 0.50 | 0.10 | 57.41 | 0.7 | 0.67 |
| Hex | E6 | E1 | 72 | 0 | 2 | 32 | A | 39 | 46 | 43 |
| Octal | 346 | 341 | 162 | 0 | 2 | 62 | 12 | 71 | 106 | 103 |
| Binary | 11100110 | 11100001 | 1110010 | 0 | 10 | 110010 | 1010 | 111001 | 1000110 | 1000011 |
Color Harmonies of #E6E172
Complementary color
Monochromatic Colors of #E6E172
Black with #E6E172
Text Example
Text Example
White with #E6E172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E172; }
p { color: rgb(230,225,114); }
H1.HeaderClassName
{
color: #E6E172;
}
.AnyTagClassName
{
color: #E6E172;
}
</style>
background-color css
<style>
a { background-color: #E6E172; }
a { background-color: rgb(230,225,114); }
div.DivClassName
{
background-color: #E6E172;
}
.BgClassName
{
background-color: #E6E172;
}
</style>
border-color css
<style>
span { border-color: #E6E172; }
span { border-color: rgb(230,225,114); }
td.TdClassName
{
border-color: #E6E172;
}
.TagClassName
{
border-color: #E6E172;
}
</style>