Shades of Yellow Sea #EAA23C
Tints of Yellow Sea #EAA23C
RGB
CMYK
RGB Variations
Color information
#EAA23C (or 0xEAA23C) is known color: Yellow Sea. HEX triplet: EA, A2 and 3C. RGB value is (234,162,60). Sum of RGB (Red+Green+Blue) = 234+162+60=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA23C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA23C is #155DC3. Grayscale: #ACACAC. Windows color (decimal): -1400260 or 3973866. OLE color: 3973866.
HSL color Cylindrical-coordinate representation of color #EAA23C: hue angle of 35.17º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAA23C is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 162 | 60 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.08 |
| HSL | 35.17º | 0.81% | 0.58% | - |
| HSV(B) | 35.17º | 0.74% | 0.92% | - |
| XYZ | 47.67 | 43.66 | 10.19 | - |
| YUV | 171.9 | 64.85 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 162 | 60 | 0 | 0.31 | 0.74 | 0.08 | 35.17 | 0.81 | 0.58 |
| Hex | EA | A2 | 3C | 0 | 1F | 4A | 8 | 23 | 51 | 3A |
| Octal | 352 | 242 | 74 | 0 | 37 | 112 | 10 | 43 | 121 | 72 |
| Binary | 11101010 | 10100010 | 111100 | 0 | 11111 | 1001010 | 1000 | 100011 | 1010001 | 111010 |
Color Harmonies of #EAA23C
Complementary color
Monochromatic Colors of #EAA23C
Black with #EAA23C
Text Example
Text Example
White with #EAA23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA23C; }
p { color: rgb(234,162,60); }
H1.HeaderClassName
{
color: #EAA23C;
}
.AnyTagClassName
{
color: #EAA23C;
}
</style>
background-color css
<style>
a { background-color: #EAA23C; }
a { background-color: rgb(234,162,60); }
div.DivClassName
{
background-color: #EAA23C;
}
.BgClassName
{
background-color: #EAA23C;
}
</style>
border-color css
<style>
span { border-color: #EAA23C; }
span { border-color: rgb(234,162,60); }
td.TdClassName
{
border-color: #EAA23C;
}
.TagClassName
{
border-color: #EAA23C;
}
</style>