Shades of Yellow Sea #EEA02B
Tints of Yellow Sea #EEA02B
RGB
CMYK
RGB Variations
Color information
#EEA02B (or 0xEEA02B) is known color: Yellow Sea. HEX triplet: EE, A0 and 2B. RGB value is (238,160,43). Sum of RGB (Red+Green+Blue) = 238+160+43=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 43 (17.19% from 255 or 9.75% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA02B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA02B is #115FD4. Grayscale: #AAAAAA. Windows color (decimal): -1138645 or 2859246. OLE color: 2859246.
HSL color Cylindrical-coordinate representation of color #EEA02B: hue angle of 36º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEA02B is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 43 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.07 |
| HSL | 36º | 0.85% | 0.55% | - |
| HSV(B) | 36º | 0.82% | 0.93% | - |
| XYZ | 48.27 | 43.49 | 8.14 | - |
| YUV | 169.98 | 56.34 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 43 | 0 | 0.33 | 0.82 | 0.07 | 36 | 0.85 | 0.55 |
| Hex | EE | A0 | 2B | 0 | 21 | 52 | 7 | 24 | 55 | 37 |
| Octal | 356 | 240 | 53 | 0 | 41 | 122 | 7 | 44 | 125 | 67 |
| Binary | 11101110 | 10100000 | 101011 | 0 | 100001 | 1010010 | 111 | 100100 | 1010101 | 110111 |
Color Harmonies of #EEA02B
Complementary color
Monochromatic Colors of #EEA02B
Black with #EEA02B
Text Example
Text Example
White with #EEA02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA02B; }
p { color: rgb(238,160,43); }
H1.HeaderClassName
{
color: #EEA02B;
}
.AnyTagClassName
{
color: #EEA02B;
}
</style>
background-color css
<style>
a { background-color: #EEA02B; }
a { background-color: rgb(238,160,43); }
div.DivClassName
{
background-color: #EEA02B;
}
.BgClassName
{
background-color: #EEA02B;
}
</style>
border-color css
<style>
span { border-color: #EEA02B; }
span { border-color: rgb(238,160,43); }
td.TdClassName
{
border-color: #EEA02B;
}
.TagClassName
{
border-color: #EEA02B;
}
</style>