Shades of Yellow Sea #EEA73C
Tints of Yellow Sea #EEA73C
RGB
CMYK
RGB Variations
Color information
#EEA73C (or 0xEEA73C) is known color: Yellow Sea. HEX triplet: EE, A7 and 3C. RGB value is (238,167,60). Sum of RGB (Red+Green+Blue) = 238+167+60=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA73C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA73C is #1158C3. Grayscale: #B0B0B0. Windows color (decimal): -1136836 or 3975150. OLE color: 3975150.
HSL color Cylindrical-coordinate representation of color #EEA73C: hue angle of 36.07º 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 #EEA73C is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 60 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.07 |
| HSL | 36.07º | 0.84% | 0.58% | - |
| HSV(B) | 36.07º | 0.75% | 0.93% | - |
| XYZ | 49.89 | 46.14 | 10.55 | - |
| YUV | 176.03 | 62.52 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 60 | 0 | 0.30 | 0.75 | 0.07 | 36.07 | 0.84 | 0.58 |
| Hex | EE | A7 | 3C | 0 | 1E | 4B | 7 | 24 | 54 | 3A |
| Octal | 356 | 247 | 74 | 0 | 36 | 113 | 7 | 44 | 124 | 72 |
| Binary | 11101110 | 10100111 | 111100 | 0 | 11110 | 1001011 | 111 | 100100 | 1010100 | 111010 |
Color Harmonies of #EEA73C
Complementary color
Monochromatic Colors of #EEA73C
Black with #EEA73C
Text Example
Text Example
White with #EEA73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA73C; }
p { color: rgb(238,167,60); }
H1.HeaderClassName
{
color: #EEA73C;
}
.AnyTagClassName
{
color: #EEA73C;
}
</style>
background-color css
<style>
a { background-color: #EEA73C; }
a { background-color: rgb(238,167,60); }
div.DivClassName
{
background-color: #EEA73C;
}
.BgClassName
{
background-color: #EEA73C;
}
</style>
border-color css
<style>
span { border-color: #EEA73C; }
span { border-color: rgb(238,167,60); }
td.TdClassName
{
border-color: #EEA73C;
}
.TagClassName
{
border-color: #EEA73C;
}
</style>