Shades of Yellow Sea #EEA334
Tints of Yellow Sea #EEA334
RGB
CMYK
RGB Variations
Color information
#EEA334 (or 0xEEA334) is known color: Yellow Sea. HEX triplet: EE, A3 and 34. RGB value is (238,163,52). Sum of RGB (Red+Green+Blue) = 238+163+52=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA334 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA334 is #115CCB. Grayscale: #ADADAD. Windows color (decimal): -1137868 or 3449838. OLE color: 3449838.
HSL color Cylindrical-coordinate representation of color #EEA334: hue angle of 35.81º 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 #EEA334 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 52 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.07 |
| HSL | 35.81º | 0.85% | 0.57% | - |
| HSV(B) | 35.81º | 0.78% | 0.93% | - |
| XYZ | 48.98 | 44.62 | 9.28 | - |
| YUV | 172.77 | 59.85 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 52 | 0 | 0.32 | 0.78 | 0.07 | 35.81 | 0.85 | 0.57 |
| Hex | EE | A3 | 34 | 0 | 20 | 4E | 7 | 24 | 55 | 39 |
| Octal | 356 | 243 | 64 | 0 | 40 | 116 | 7 | 44 | 125 | 71 |
| Binary | 11101110 | 10100011 | 110100 | 0 | 100000 | 1001110 | 111 | 100100 | 1010101 | 111001 |
Color Harmonies of #EEA334
Complementary color
Monochromatic Colors of #EEA334
Black with #EEA334
Text Example
Text Example
White with #EEA334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA334; }
p { color: rgb(238,163,52); }
H1.HeaderClassName
{
color: #EEA334;
}
.AnyTagClassName
{
color: #EEA334;
}
</style>
background-color css
<style>
a { background-color: #EEA334; }
a { background-color: rgb(238,163,52); }
div.DivClassName
{
background-color: #EEA334;
}
.BgClassName
{
background-color: #EEA334;
}
</style>
border-color css
<style>
span { border-color: #EEA334; }
span { border-color: rgb(238,163,52); }
td.TdClassName
{
border-color: #EEA334;
}
.TagClassName
{
border-color: #EEA334;
}
</style>