Shades of Yellow Sea #EEA133
Tints of Yellow Sea #EEA133
RGB
CMYK
RGB Variations
Color information
#EEA133 (or 0xEEA133) is known color: Yellow Sea. HEX triplet: EE, A1 and 33. RGB value is (238,161,51). Sum of RGB (Red+Green+Blue) = 238+161+51=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 51 (20.31% from 255 or 11.33% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA133 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA133 is #115ECC. Grayscale: #ACACAC. Windows color (decimal): -1138381 or 3383790. OLE color: 3383790.
HSL color Cylindrical-coordinate representation of color #EEA133: hue angle of 35.29º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEA133 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 51 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.07 |
| HSL | 35.29º | 0.85% | 0.57% | - |
| HSV(B) | 35.29º | 0.79% | 0.93% | - |
| XYZ | 48.6 | 43.91 | 9.05 | - |
| YUV | 171.48 | 60.01 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 51 | 0 | 0.32 | 0.79 | 0.07 | 35.29 | 0.85 | 0.57 |
| Hex | EE | A1 | 33 | 0 | 20 | 4F | 7 | 23 | 55 | 39 |
| Octal | 356 | 241 | 63 | 0 | 40 | 117 | 7 | 43 | 125 | 71 |
| Binary | 11101110 | 10100001 | 110011 | 0 | 100000 | 1001111 | 111 | 100011 | 1010101 | 111001 |
Color Harmonies of #EEA133
Complementary color
Monochromatic Colors of #EEA133
Black with #EEA133
Text Example
Text Example
White with #EEA133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA133; }
p { color: rgb(238,161,51); }
H1.HeaderClassName
{
color: #EEA133;
}
.AnyTagClassName
{
color: #EEA133;
}
</style>
background-color css
<style>
a { background-color: #EEA133; }
a { background-color: rgb(238,161,51); }
div.DivClassName
{
background-color: #EEA133;
}
.BgClassName
{
background-color: #EEA133;
}
</style>
border-color css
<style>
span { border-color: #EEA133; }
span { border-color: rgb(238,161,51); }
td.TdClassName
{
border-color: #EEA133;
}
.TagClassName
{
border-color: #EEA133;
}
</style>