#E8A232

Color #E8A232 Yellow Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Sea #E8A232

Tints of Yellow Sea #E8A232

Color information

#E8A232 (or 0xE8A232) is unknown color: approx Yellow Sea. HEX triplet: E8, A2 and 32. RGB value is (232,162,50). Sum of RGB (Red+Green+Blue) = 232+162+50=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A232 is #175DCD. Grayscale: #AAAAAA. Windows color (decimal): -1531342 or 3318504. OLE color: 3318504.

HSL color Cylindrical-coordinate representation of color #E8A232: hue angle of 36.92º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8A232 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB23216250-
CMYK00.300.780.09
HSL36.92º79.82%55.29%-
HSV(B)36.92º78.45%90.98%-
XYZ46.7743.238.9-
YUV170.1660.19172.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 52.25%
GREEN value IS 162 (63.67% from 255) = 36.49%
BLUE value IS 50 (19.92% from 255) = 11.26%
R=52.25%
G=36.49%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321625000.300.780.0936.9279.8255.29
HexE8A23201E4E9255037
Octal35024262036116114512067
Binary1110100010100010110010011110100111010011001011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A232; }

 p { color: rgb(232,162,50); }

 H1.HeaderClassName
 {
   color: #E8A232;
 }
 .AnyTagClassName
 {
   color: #E8A232;
 }
</style>
background-color css

<style>
 a { background-color: #E8A232; }

 a { background-color: rgb(232,162,50); }

 div.DivClassName
 {
   background-color: #E8A232;
 }
 .BgClassName
 {
   background-color: #E8A232;
 }
</style>
border-color css

<style>
 span { border-color: #E8A232; }

 span { border-color: rgb(232,162,50); }

 td.TdClassName
 {
   border-color: #E8A232;
 }
 .TagClassName
 {
   border-color: #E8A232;
 }
</style>