#EAA535

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

Shades of Yellow Sea #EAA535

Tints of Yellow Sea #EAA535

Color information

#EAA535 (or 0xEAA535) is unknown color: approx Yellow Sea. HEX triplet: EA, A5 and 35. RGB value is (234,165,53). Sum of RGB (Red+Green+Blue) = 234+165+53=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 53 (21.09% from 255 or 11.73% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA535 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA535 is #155ACA. Grayscale: #ADADAD. Windows color (decimal): -1399499 or 3515882. OLE color: 3515882.

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

Color convert

RGB23416553-
CMYK00.290.770.08
HSL37.13º81.17%56.27%-
HSV(B)37.13º77.35%91.76%-
XYZ48.0344.669.46-
YUV172.8660.36171.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.77%
GREEN value IS 165 (64.84% from 255) = 36.50%
BLUE value IS 53 (21.09% from 255) = 11.73%
R=51.77%
G=36.50%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341655300.290.770.0837.1381.1756.27
HexEAA53501D4D8255138
Octal35224565035115104512170
Binary1110101010100101110101011101100110110001001011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA535; }

 p { color: rgb(234,165,53); }

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

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

 a { background-color: rgb(234,165,53); }

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

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

 span { border-color: rgb(234,165,53); }

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