Shades of Yellow Sea #EAA334
Tints of Yellow Sea #EAA334
RGB
CMYK
RGB Variations
Color information
#EAA334 (or 0xEAA334) is known color: Yellow Sea. HEX triplet: EA, A3 and 34. RGB value is (234,163,52). Sum of RGB (Red+Green+Blue) = 234+163+52=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA334 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA334 is #155CCB. Grayscale: #ACACAC. Windows color (decimal): -1400012 or 3449834. OLE color: 3449834.
HSL color Cylindrical-coordinate representation of color #EAA334: hue angle of 36.59º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAA334 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 52 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.08 |
| HSL | 36.59º | 0.81% | 0.56% | - |
| HSV(B) | 36.59º | 0.78% | 0.92% | - |
| XYZ | 47.65 | 43.93 | 9.22 | - |
| YUV | 171.58 | 60.52 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 52 | 0 | 0.30 | 0.78 | 0.08 | 36.59 | 0.81 | 0.56 |
| Hex | EA | A3 | 34 | 0 | 1E | 4E | 8 | 25 | 51 | 38 |
| Octal | 352 | 243 | 64 | 0 | 36 | 116 | 10 | 45 | 121 | 70 |
| Binary | 11101010 | 10100011 | 110100 | 0 | 11110 | 1001110 | 1000 | 100101 | 1010001 | 111000 |
Color Harmonies of #EAA334
Complementary color
Monochromatic Colors of #EAA334
Black with #EAA334
Text Example
Text Example
White with #EAA334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA334; }
p { color: rgb(234,163,52); }
H1.HeaderClassName
{
color: #EAA334;
}
.AnyTagClassName
{
color: #EAA334;
}
</style>
background-color css
<style>
a { background-color: #EAA334; }
a { background-color: rgb(234,163,52); }
div.DivClassName
{
background-color: #EAA334;
}
.BgClassName
{
background-color: #EAA334;
}
</style>
border-color css
<style>
span { border-color: #EAA334; }
span { border-color: rgb(234,163,52); }
td.TdClassName
{
border-color: #EAA334;
}
.TagClassName
{
border-color: #EAA334;
}
</style>