Shades of Yellow Sea #EEA442
Tints of Yellow Sea #EEA442
RGB
CMYK
RGB Variations
Color information
#EEA442 (or 0xEEA442) is known color: Yellow Sea. HEX triplet: EE, A4 and 42. RGB value is (238,164,66). Sum of RGB (Red+Green+Blue) = 238+164+66=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA442 is #115BBD. Grayscale: #AFAFAF. Windows color (decimal): -1137598 or 4367598. OLE color: 4367598.
HSL color Cylindrical-coordinate representation of color #EEA442: hue angle of 34.19º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EEA442 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 66 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.07 |
| HSL | 34.19º | 0.83% | 0.6% | - |
| HSV(B) | 34.19º | 0.72% | 0.93% | - |
| XYZ | 49.52 | 45.12 | 11.25 | - |
| YUV | 174.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 66 | 0 | 0.31 | 0.72 | 0.07 | 34.19 | 0.83 | 0.6 |
| Hex | EE | A4 | 42 | 0 | 1F | 48 | 7 | 22 | 53 | 3C |
| Octal | 356 | 244 | 102 | 0 | 37 | 110 | 7 | 42 | 123 | 74 |
| Binary | 11101110 | 10100100 | 1000010 | 0 | 11111 | 1001000 | 111 | 100010 | 1010011 | 111100 |
Color Harmonies of #EEA442
Complementary color
Monochromatic Colors of #EEA442
Black with #EEA442
Text Example
Text Example
White with #EEA442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA442; }
p { color: rgb(238,164,66); }
H1.HeaderClassName
{
color: #EEA442;
}
.AnyTagClassName
{
color: #EEA442;
}
</style>
background-color css
<style>
a { background-color: #EEA442; }
a { background-color: rgb(238,164,66); }
div.DivClassName
{
background-color: #EEA442;
}
.BgClassName
{
background-color: #EEA442;
}
</style>
border-color css
<style>
span { border-color: #EEA442; }
span { border-color: rgb(238,164,66); }
td.TdClassName
{
border-color: #EEA442;
}
.TagClassName
{
border-color: #EEA442;
}
</style>