#EAA13E

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

Shades of Yellow Sea #EAA13E

Tints of Yellow Sea #EAA13E

Color information

#EAA13E (or 0xEAA13E) is unknown color: approx Yellow Sea. HEX triplet: EA, A1 and 3E. RGB value is (234,161,62). Sum of RGB (Red+Green+Blue) = 234+161+62=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA13E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA13E is #155EC1. Grayscale: #ACACAC. Windows color (decimal): -1400514 or 4104682. OLE color: 4104682.

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

Color convert

RGB23416162-
CMYK00.310.740.08
HSL34.53º80.37%58.04%-
HSV(B)34.53º73.5%91.76%-
XYZ47.5543.3310.41-
YUV171.5466.18172.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.20%
GREEN value IS 161 (63.28% from 255) = 35.23%
BLUE value IS 62 (24.61% from 255) = 13.57%
R=51.20%
G=35.23%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341616200.310.740.0834.5380.3758.04
HexEAA13E01F4A823503a
Octal35224176037112104312072
Binary1110101010100001111110011111100101010001000111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA13E; }

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

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

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

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

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

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

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

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