Shades of Yellow Sea #EEA337
Tints of Yellow Sea #EEA337
RGB
CMYK
RGB Variations
Color information
#EEA337 (or 0xEEA337) is known color: Yellow Sea. HEX triplet: EE, A3 and 37. RGB value is (238,163,55). Sum of RGB (Red+Green+Blue) = 238+163+55=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 55 (21.88% from 255 or 12.06% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA337 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA337 is #115CC8. Grayscale: #ADADAD. Windows color (decimal): -1137865 or 3646446. OLE color: 3646446.
HSL color Cylindrical-coordinate representation of color #EEA337: hue angle of 35.41º 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 #EEA337 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 55 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.07 |
| HSL | 35.41º | 0.84% | 0.57% | - |
| HSV(B) | 35.41º | 0.77% | 0.93% | - |
| XYZ | 49.05 | 44.65 | 9.65 | - |
| YUV | 173.11 | 61.35 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 55 | 0 | 0.32 | 0.77 | 0.07 | 35.41 | 0.84 | 0.57 |
| Hex | EE | A3 | 37 | 0 | 20 | 4D | 7 | 23 | 54 | 39 |
| Octal | 356 | 243 | 67 | 0 | 40 | 115 | 7 | 43 | 124 | 71 |
| Binary | 11101110 | 10100011 | 110111 | 0 | 100000 | 1001101 | 111 | 100011 | 1010100 | 111001 |
Color Harmonies of #EEA337
Complementary color
Monochromatic Colors of #EEA337
Black with #EEA337
Text Example
Text Example
White with #EEA337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA337; }
p { color: rgb(238,163,55); }
H1.HeaderClassName
{
color: #EEA337;
}
.AnyTagClassName
{
color: #EEA337;
}
</style>
background-color css
<style>
a { background-color: #EEA337; }
a { background-color: rgb(238,163,55); }
div.DivClassName
{
background-color: #EEA337;
}
.BgClassName
{
background-color: #EEA337;
}
</style>
border-color css
<style>
span { border-color: #EEA337; }
span { border-color: rgb(238,163,55); }
td.TdClassName
{
border-color: #EEA337;
}
.TagClassName
{
border-color: #EEA337;
}
</style>