#EAA239

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

Shades of Yellow Sea #EAA239

Tints of Yellow Sea #EAA239

Color information

#EAA239 (or 0xEAA239) is unknown color: approx Yellow Sea. HEX triplet: EA, A2 and 39. RGB value is (234,162,57). Sum of RGB (Red+Green+Blue) = 234+162+57=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 57 (22.66% from 255 or 12.58% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA239 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA239 is #155DC6. Grayscale: #ACACAC. Windows color (decimal): -1400263 or 3777258. OLE color: 3777258.

HSL color Cylindrical-coordinate representation of color #EAA239: hue angle of 35.59º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAA239 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB23416257-
CMYK00.310.760.08
HSL35.59º80.82%57.06%-
HSV(B)35.59º75.64%91.76%-
XYZ47.5943.639.78-
YUV171.5663.35172.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.66%
GREEN value IS 162 (63.67% from 255) = 35.76%
BLUE value IS 57 (22.66% from 255) = 12.58%
R=51.66%
G=35.76%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341625700.310.760.0835.5980.8257.06
HexEAA23901F4C8245139
Octal35224271037114104412171
Binary1110101010100010111001011111100110010001001001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA239; }

 p { color: rgb(234,162,57); }

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

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

 a { background-color: rgb(234,162,57); }

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

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

 span { border-color: rgb(234,162,57); }

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