Shades of Yellow Sea #EEA237
Tints of Yellow Sea #EEA237
RGB
CMYK
RGB Variations
Color information
#EEA237 (or 0xEEA237) is known color: Yellow Sea. HEX triplet: EE, A2 and 37. RGB value is (238,162,55). Sum of RGB (Red+Green+Blue) = 238+162+55=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 55 (21.88% from 255 or 12.09% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA237 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA237 is #115DC8. Grayscale: #ADADAD. Windows color (decimal): -1138121 or 3646190. OLE color: 3646190.
HSL color Cylindrical-coordinate representation of color #EEA237: hue angle of 35.08º 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 #EEA237 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 55 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.07 |
| HSL | 35.08º | 0.84% | 0.57% | - |
| HSV(B) | 35.08º | 0.77% | 0.93% | - |
| XYZ | 48.87 | 44.29 | 9.59 | - |
| YUV | 172.53 | 61.68 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 55 | 0 | 0.32 | 0.77 | 0.07 | 35.08 | 0.84 | 0.57 |
| Hex | EE | A2 | 37 | 0 | 20 | 4D | 7 | 23 | 54 | 39 |
| Octal | 356 | 242 | 67 | 0 | 40 | 115 | 7 | 43 | 124 | 71 |
| Binary | 11101110 | 10100010 | 110111 | 0 | 100000 | 1001101 | 111 | 100011 | 1010100 | 111001 |
Color Harmonies of #EEA237
Complementary color
Monochromatic Colors of #EEA237
Black with #EEA237
Text Example
Text Example
White with #EEA237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA237; }
p { color: rgb(238,162,55); }
H1.HeaderClassName
{
color: #EEA237;
}
.AnyTagClassName
{
color: #EEA237;
}
</style>
background-color css
<style>
a { background-color: #EEA237; }
a { background-color: rgb(238,162,55); }
div.DivClassName
{
background-color: #EEA237;
}
.BgClassName
{
background-color: #EEA237;
}
</style>
border-color css
<style>
span { border-color: #EEA237; }
span { border-color: rgb(238,162,55); }
td.TdClassName
{
border-color: #EEA237;
}
.TagClassName
{
border-color: #EEA237;
}
</style>