Shades of Yellow Sea #E8A234
Tints of Yellow Sea #E8A234
RGB
CMYK
RGB Variations
Color information
#E8A234 (or 0xE8A234) is known color: Yellow Sea. HEX triplet: E8, A2 and 34. RGB value is (232,162,52). Sum of RGB (Red+Green+Blue) = 232+162+52=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A234 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A234 is #175DCB. Grayscale: #AAAAAA. Windows color (decimal): -1531340 or 3449576. OLE color: 3449576.
HSL color Cylindrical-coordinate representation of color #E8A234: hue angle of 36.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8A234 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 162 | 52 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.09 |
| HSL | 36.67º | 0.8% | 0.56% | - |
| HSV(B) | 36.67º | 0.78% | 0.91% | - |
| XYZ | 46.82 | 43.24 | 9.13 | - |
| YUV | 170.39 | 61.19 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 162 | 52 | 0 | 0.30 | 0.78 | 0.09 | 36.67 | 0.8 | 0.56 |
| Hex | E8 | A2 | 34 | 0 | 1E | 4E | 9 | 25 | 50 | 38 |
| Octal | 350 | 242 | 64 | 0 | 36 | 116 | 11 | 45 | 120 | 70 |
| Binary | 11101000 | 10100010 | 110100 | 0 | 11110 | 1001110 | 1001 | 100101 | 1010000 | 111000 |
Color Harmonies of #E8A234
Complementary color
Monochromatic Colors of #E8A234
Black with #E8A234
Text Example
Text Example
White with #E8A234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A234; }
p { color: rgb(232,162,52); }
H1.HeaderClassName
{
color: #E8A234;
}
.AnyTagClassName
{
color: #E8A234;
}
</style>
background-color css
<style>
a { background-color: #E8A234; }
a { background-color: rgb(232,162,52); }
div.DivClassName
{
background-color: #E8A234;
}
.BgClassName
{
background-color: #E8A234;
}
</style>
border-color css
<style>
span { border-color: #E8A234; }
span { border-color: rgb(232,162,52); }
td.TdClassName
{
border-color: #E8A234;
}
.TagClassName
{
border-color: #E8A234;
}
</style>