Shades of Yellow Sea #EAA430
Tints of Yellow Sea #EAA430
RGB
CMYK
RGB Variations
Color information
#EAA430 (or 0xEAA430) is known color: Yellow Sea. HEX triplet: EA, A4 and 30. RGB value is (234,164,48). Sum of RGB (Red+Green+Blue) = 234+164+48=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA430 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA430 is #155BCF. Grayscale: #ACACAC. Windows color (decimal): -1399760 or 3187946. OLE color: 3187946.
HSL color Cylindrical-coordinate representation of color #EAA430: hue angle of 37.42º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAA430 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 48 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.08 |
| HSL | 37.42º | 0.82% | 0.55% | - |
| HSV(B) | 37.42º | 0.79% | 0.92% | - |
| XYZ | 47.74 | 44.26 | 8.82 | - |
| YUV | 171.71 | 58.19 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 48 | 0 | 0.30 | 0.79 | 0.08 | 37.42 | 0.82 | 0.55 |
| Hex | EA | A4 | 30 | 0 | 1E | 4F | 8 | 25 | 52 | 37 |
| Octal | 352 | 244 | 60 | 0 | 36 | 117 | 10 | 45 | 122 | 67 |
| Binary | 11101010 | 10100100 | 110000 | 0 | 11110 | 1001111 | 1000 | 100101 | 1010010 | 110111 |
Color Harmonies of #EAA430
Complementary color
Monochromatic Colors of #EAA430
Black with #EAA430
Text Example
Text Example
White with #EAA430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA430; }
p { color: rgb(234,164,48); }
H1.HeaderClassName
{
color: #EAA430;
}
.AnyTagClassName
{
color: #EAA430;
}
</style>
background-color css
<style>
a { background-color: #EAA430; }
a { background-color: rgb(234,164,48); }
div.DivClassName
{
background-color: #EAA430;
}
.BgClassName
{
background-color: #EAA430;
}
</style>
border-color css
<style>
span { border-color: #EAA430; }
span { border-color: rgb(234,164,48); }
td.TdClassName
{
border-color: #EAA430;
}
.TagClassName
{
border-color: #EAA430;
}
</style>