Shades of Yellow Sea #EEA343
Tints of Yellow Sea #EEA343
RGB
CMYK
RGB Variations
Color information
#EEA343 (or 0xEEA343) is known color: Yellow Sea. HEX triplet: EE, A3 and 43. RGB value is (238,163,67). Sum of RGB (Red+Green+Blue) = 238+163+67=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 67 (26.56% from 255 or 14.32% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA343 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA343 is #115CBC. Grayscale: #AEAEAE. Windows color (decimal): -1137853 or 4432878. OLE color: 4432878.
HSL color Cylindrical-coordinate representation of color #EEA343: hue angle of 33.68º 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 #EEA343 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 67 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.07 |
| HSL | 33.68º | 0.83% | 0.6% | - |
| HSV(B) | 33.68º | 0.72% | 0.93% | - |
| XYZ | 49.37 | 44.78 | 11.35 | - |
| YUV | 174.48 | 67.35 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 67 | 0 | 0.32 | 0.72 | 0.07 | 33.68 | 0.83 | 0.6 |
| Hex | EE | A3 | 43 | 0 | 20 | 48 | 7 | 22 | 53 | 3C |
| Octal | 356 | 243 | 103 | 0 | 40 | 110 | 7 | 42 | 123 | 74 |
| Binary | 11101110 | 10100011 | 1000011 | 0 | 100000 | 1001000 | 111 | 100010 | 1010011 | 111100 |
Color Harmonies of #EEA343
Complementary color
Monochromatic Colors of #EEA343
Black with #EEA343
Text Example
Text Example
White with #EEA343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA343; }
p { color: rgb(238,163,67); }
H1.HeaderClassName
{
color: #EEA343;
}
.AnyTagClassName
{
color: #EEA343;
}
</style>
background-color css
<style>
a { background-color: #EEA343; }
a { background-color: rgb(238,163,67); }
div.DivClassName
{
background-color: #EEA343;
}
.BgClassName
{
background-color: #EEA343;
}
</style>
border-color css
<style>
span { border-color: #EEA343; }
span { border-color: rgb(238,163,67); }
td.TdClassName
{
border-color: #EEA343;
}
.TagClassName
{
border-color: #EEA343;
}
</style>