#eaa13b

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

Shades of Yellow Sea #EAA13B

Tints of Yellow Sea #EAA13B

Color information

#EAA13B (or 0xEAA13B) is unknown color: approx Yellow Sea. HEX triplet: EA, A1 and 3B. RGB value is (234,161,59). Sum of RGB (Red+Green+Blue) = 234+161+59=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 59 (23.44% from 255 or 13.00% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA13B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA13B is #155EC4. Grayscale: #ABABAB. Windows color (decimal): -1400517 or 3908074. OLE color: 3908074.

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

Color convert

RGB23416159-
CMYK00.310.750.08
HSL34.97º80.65%57.45%-
HSV(B)34.97º74.79%91.76%-
XYZ47.4743.39.99-
YUV171.264.68172.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.54%
GREEN value IS 161 (63.28% from 255) = 35.46%
BLUE value IS 59 (23.44% from 255) = 13.00%
R=51.54%
G=35.46%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341615900.310.750.0834.9780.6557.45
HexEAA13B01F4B8235139
Octal35224173037113104312171
Binary1110101010100001111011011111100101110001000111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eaa13b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eaa13b; }

 p { color: rgb(234,161,59); }

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

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

 a { background-color: rgb(234,161,59); }

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

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

 span { border-color: rgb(234,161,59); }

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