Shades of Yellow Sea #EEA63C
Tints of Yellow Sea #EEA63C
RGB
CMYK
RGB Variations
Color information
#EEA63C (or 0xEEA63C) is known color: Yellow Sea. HEX triplet: EE, A6 and 3C. RGB value is (238,166,60). Sum of RGB (Red+Green+Blue) = 238+166+60=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA63C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA63C is #1159C3. Grayscale: #AFAFAF. Windows color (decimal): -1137092 or 3974894. OLE color: 3974894.
HSL color Cylindrical-coordinate representation of color #EEA63C: hue angle of 35.73º 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 #EEA63C is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 60 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.07 |
| HSL | 35.73º | 0.84% | 0.58% | - |
| HSV(B) | 35.73º | 0.75% | 0.93% | - |
| XYZ | 49.71 | 45.78 | 10.49 | - |
| YUV | 175.44 | 62.85 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 60 | 0 | 0.30 | 0.75 | 0.07 | 35.73 | 0.84 | 0.58 |
| Hex | EE | A6 | 3C | 0 | 1E | 4B | 7 | 24 | 54 | 3A |
| Octal | 356 | 246 | 74 | 0 | 36 | 113 | 7 | 44 | 124 | 72 |
| Binary | 11101110 | 10100110 | 111100 | 0 | 11110 | 1001011 | 111 | 100100 | 1010100 | 111010 |
Color Harmonies of #EEA63C
Complementary color
Monochromatic Colors of #EEA63C
Black with #EEA63C
Text Example
Text Example
White with #EEA63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA63C; }
p { color: rgb(238,166,60); }
H1.HeaderClassName
{
color: #EEA63C;
}
.AnyTagClassName
{
color: #EEA63C;
}
</style>
background-color css
<style>
a { background-color: #EEA63C; }
a { background-color: rgb(238,166,60); }
div.DivClassName
{
background-color: #EEA63C;
}
.BgClassName
{
background-color: #EEA63C;
}
</style>
border-color css
<style>
span { border-color: #EEA63C; }
span { border-color: rgb(238,166,60); }
td.TdClassName
{
border-color: #EEA63C;
}
.TagClassName
{
border-color: #EEA63C;
}
</style>