Shades of Yellow Sea #EEA036
Tints of Yellow Sea #EEA036
RGB
CMYK
RGB Variations
Color information
#EEA036 (or 0xEEA036) is known color: Yellow Sea. HEX triplet: EE, A0 and 36. RGB value is (238,160,54). Sum of RGB (Red+Green+Blue) = 238+160+54=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 54 (21.48% from 255 or 11.95% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA036 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA036 is #115FC9. Grayscale: #ABABAB. Windows color (decimal): -1138634 or 3580142. OLE color: 3580142.
HSL color Cylindrical-coordinate representation of color #EEA036: hue angle of 34.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EEA036 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 54 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.07 |
| HSL | 34.57º | 0.84% | 0.57% | - |
| HSV(B) | 34.57º | 0.77% | 0.93% | - |
| XYZ | 48.5 | 43.59 | 9.35 | - |
| YUV | 171.24 | 61.84 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 54 | 0 | 0.33 | 0.77 | 0.07 | 34.57 | 0.84 | 0.57 |
| Hex | EE | A0 | 36 | 0 | 21 | 4D | 7 | 23 | 54 | 39 |
| Octal | 356 | 240 | 66 | 0 | 41 | 115 | 7 | 43 | 124 | 71 |
| Binary | 11101110 | 10100000 | 110110 | 0 | 100001 | 1001101 | 111 | 100011 | 1010100 | 111001 |
Color Harmonies of #EEA036
Complementary color
Monochromatic Colors of #EEA036
Black with #EEA036
Text Example
Text Example
White with #EEA036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA036; }
p { color: rgb(238,160,54); }
H1.HeaderClassName
{
color: #EEA036;
}
.AnyTagClassName
{
color: #EEA036;
}
</style>
background-color css
<style>
a { background-color: #EEA036; }
a { background-color: rgb(238,160,54); }
div.DivClassName
{
background-color: #EEA036;
}
.BgClassName
{
background-color: #EEA036;
}
</style>
border-color css
<style>
span { border-color: #EEA036; }
span { border-color: rgb(238,160,54); }
td.TdClassName
{
border-color: #EEA036;
}
.TagClassName
{
border-color: #EEA036;
}
</style>