Shades of Yellow Sea #EEA43B
Tints of Yellow Sea #EEA43B
RGB
CMYK
RGB Variations
Color information
#EEA43B (or 0xEEA43B) is known color: Yellow Sea. HEX triplet: EE, A4 and 3B. RGB value is (238,164,59). Sum of RGB (Red+Green+Blue) = 238+164+59=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 59 (23.44% from 255 or 12.80% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA43B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA43B is #115BC4. Grayscale: #AEAEAE. Windows color (decimal): -1137605 or 3908846. OLE color: 3908846.
HSL color Cylindrical-coordinate representation of color #EEA43B: hue angle of 35.2º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EEA43B is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 59 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.07 |
| HSL | 35.2º | 0.84% | 0.58% | - |
| HSV(B) | 35.2º | 0.75% | 0.93% | - |
| XYZ | 49.32 | 45.04 | 10.23 | - |
| YUV | 174.16 | 63.02 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 59 | 0 | 0.31 | 0.75 | 0.07 | 35.2 | 0.84 | 0.58 |
| Hex | EE | A4 | 3B | 0 | 1F | 4B | 7 | 23 | 54 | 3A |
| Octal | 356 | 244 | 73 | 0 | 37 | 113 | 7 | 43 | 124 | 72 |
| Binary | 11101110 | 10100100 | 111011 | 0 | 11111 | 1001011 | 111 | 100011 | 1010100 | 111010 |
Color Harmonies of #EEA43B
Complementary color
Monochromatic Colors of #EEA43B
Black with #EEA43B
Text Example
Text Example
White with #EEA43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA43B; }
p { color: rgb(238,164,59); }
H1.HeaderClassName
{
color: #EEA43B;
}
.AnyTagClassName
{
color: #EEA43B;
}
</style>
background-color css
<style>
a { background-color: #EEA43B; }
a { background-color: rgb(238,164,59); }
div.DivClassName
{
background-color: #EEA43B;
}
.BgClassName
{
background-color: #EEA43B;
}
</style>
border-color css
<style>
span { border-color: #EEA43B; }
span { border-color: rgb(238,164,59); }
td.TdClassName
{
border-color: #EEA43B;
}
.TagClassName
{
border-color: #EEA43B;
}
</style>