Shades of Yellow Sea #EEA034
Tints of Yellow Sea #EEA034
RGB
CMYK
RGB Variations
Color information
#EEA034 (or 0xEEA034) is known color: Yellow Sea. HEX triplet: EE, A0 and 34. RGB value is (238,160,52). Sum of RGB (Red+Green+Blue) = 238+160+52=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA034 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA034 is #115FCB. Grayscale: #ABABAB. Windows color (decimal): -1138636 or 3449070. OLE color: 3449070.
HSL color Cylindrical-coordinate representation of color #EEA034: hue angle of 34.84º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEA034 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 52 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.07 |
| HSL | 34.84º | 0.85% | 0.57% | - |
| HSV(B) | 34.84º | 0.78% | 0.93% | - |
| XYZ | 48.45 | 43.57 | 9.1 | - |
| YUV | 171.01 | 60.84 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 52 | 0 | 0.33 | 0.78 | 0.07 | 34.84 | 0.85 | 0.57 |
| Hex | EE | A0 | 34 | 0 | 21 | 4E | 7 | 23 | 55 | 39 |
| Octal | 356 | 240 | 64 | 0 | 41 | 116 | 7 | 43 | 125 | 71 |
| Binary | 11101110 | 10100000 | 110100 | 0 | 100001 | 1001110 | 111 | 100011 | 1010101 | 111001 |
Color Harmonies of #EEA034
Complementary color
Monochromatic Colors of #EEA034
Black with #EEA034
Text Example
Text Example
White with #EEA034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA034; }
p { color: rgb(238,160,52); }
H1.HeaderClassName
{
color: #EEA034;
}
.AnyTagClassName
{
color: #EEA034;
}
</style>
background-color css
<style>
a { background-color: #EEA034; }
a { background-color: rgb(238,160,52); }
div.DivClassName
{
background-color: #EEA034;
}
.BgClassName
{
background-color: #EEA034;
}
</style>
border-color css
<style>
span { border-color: #EEA034; }
span { border-color: rgb(238,160,52); }
td.TdClassName
{
border-color: #EEA034;
}
.TagClassName
{
border-color: #EEA034;
}
</style>