Shades of Medium Goldenrod #EAEEB4
Tints of Medium Goldenrod #EAEEB4
RGB
CMYK
RGB Variations
Color information
#EAEEB4 (or 0xEAEEB4) is known color: Medium Goldenrod. HEX triplet: EA, EE and B4. RGB value is (234,238,180). Sum of RGB (Red+Green+Blue) = 234+238+180=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 180 (70.70% from 255 or 27.61% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEEB4 is #15114B. Grayscale: #E6E6E6. Windows color (decimal): -1380684 or 11857642. OLE color: 11857642.
HSL color Cylindrical-coordinate representation of color #EAEEB4: hue angle of 64.14º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAEEB4 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 238 | 180 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.07 |
| HSL | 64.14º | 0.63% | 0.82% | - |
| HSV(B) | 64.14º | 0.24% | 0.93% | - |
| XYZ | 72.74 | 81.94 | 55.16 | - |
| YUV | 230.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 180 | 0.02 | 0 | 0.24 | 0.07 | 64.14 | 0.63 | 0.82 |
| Hex | EA | EE | B4 | 2 | 0 | 18 | 7 | 40 | 3F | 52 |
| Octal | 352 | 356 | 264 | 2 | 0 | 30 | 7 | 100 | 77 | 122 |
| Binary | 11101010 | 11101110 | 10110100 | 10 | 0 | 11000 | 111 | 1000000 | 111111 | 1010010 |
Color Harmonies of #EAEEB4
Complementary color
Monochromatic Colors of #EAEEB4
Black with #EAEEB4
Text Example
Text Example
White with #EAEEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEEB4; }
p { color: rgb(234,238,180); }
H1.HeaderClassName
{
color: #EAEEB4;
}
.AnyTagClassName
{
color: #EAEEB4;
}
</style>
background-color css
<style>
a { background-color: #EAEEB4; }
a { background-color: rgb(234,238,180); }
div.DivClassName
{
background-color: #EAEEB4;
}
.BgClassName
{
background-color: #EAEEB4;
}
</style>
border-color css
<style>
span { border-color: #EAEEB4; }
span { border-color: rgb(234,238,180); }
td.TdClassName
{
border-color: #EAEEB4;
}
.TagClassName
{
border-color: #EAEEB4;
}
</style>