Shades of Yellow Sea #EEA33A
Tints of Yellow Sea #EEA33A
RGB
CMYK
RGB Variations
Color information
#EEA33A (or 0xEEA33A) is known color: Yellow Sea. HEX triplet: EE, A3 and 3A. RGB value is (238,163,58). Sum of RGB (Red+Green+Blue) = 238+163+58=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA33A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA33A is #115CC5. Grayscale: #ADADAD. Windows color (decimal): -1137862 or 3843054. OLE color: 3843054.
HSL color Cylindrical-coordinate representation of color #EEA33A: hue angle of 35º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEA33A is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 58 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.07 |
| HSL | 35º | 0.84% | 0.58% | - |
| HSV(B) | 35º | 0.76% | 0.93% | - |
| XYZ | 49.12 | 44.68 | 10.04 | - |
| YUV | 173.46 | 62.85 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 58 | 0 | 0.32 | 0.76 | 0.07 | 35 | 0.84 | 0.58 |
| Hex | EE | A3 | 3A | 0 | 20 | 4C | 7 | 23 | 54 | 3A |
| Octal | 356 | 243 | 72 | 0 | 40 | 114 | 7 | 43 | 124 | 72 |
| Binary | 11101110 | 10100011 | 111010 | 0 | 100000 | 1001100 | 111 | 100011 | 1010100 | 111010 |
Color Harmonies of #EEA33A
Complementary color
Monochromatic Colors of #EEA33A
Black with #EEA33A
Text Example
Text Example
White with #EEA33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA33A; }
p { color: rgb(238,163,58); }
H1.HeaderClassName
{
color: #EEA33A;
}
.AnyTagClassName
{
color: #EEA33A;
}
</style>
background-color css
<style>
a { background-color: #EEA33A; }
a { background-color: rgb(238,163,58); }
div.DivClassName
{
background-color: #EEA33A;
}
.BgClassName
{
background-color: #EEA33A;
}
</style>
border-color css
<style>
span { border-color: #EEA33A; }
span { border-color: rgb(238,163,58); }
td.TdClassName
{
border-color: #EEA33A;
}
.TagClassName
{
border-color: #EEA33A;
}
</style>