Html Css Color HEX #EAA035 Yellow Sea

📋 copy color: '#EAA035'

red 234 ◦ green 160 ◦ blue 53

#EAA035
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Sea #EAA035

Tints of Yellow Sea #EAA035

RGB

 RED value IS 234 (91.8% from 255) = 52.35%

 GREEN value IS 160 (62.89% from 255) = 35.79%

 BLUE value IS 53 (21.09% from 255) = 11.86%

R = 52.35%
G = 35.79%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EAA035 (or 0xEAA035) is known color: Yellow Sea. HEX triplet: EA, A0 and 35. RGB value is (234,160,53). Sum of RGB (Red+Green+Blue) = 234+160+53=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 53 (21.09% from 255 or 11.86% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA035 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA035 is #155FCA. Grayscale: #AAAAAA. Windows color (decimal): -1400779 or 3514602. OLE color: 3514602.

HSL color Cylindrical-coordinate representation of color #EAA035: hue angle of 35.47º 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 #EAA035 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 160 53 -
CMYK 0 0.32 0.77 0.08
HSL 35.47º 0.81% 0.56% -
HSV(B) 35.47º 0.77% 0.92% -
XYZ 47.15 42.89 9.16 -
YUV 169.93 62.02 173.7 -
System Red Green Blue C M Y K H S L
Decimal 234 160 53 0 0.32 0.77 0.08 35.47 0.81 0.56
Hex EA A0 35 0 20 4D 8 23 51 38
Octal 352 240 65 0 40 115 10 43 121 70
Binary 11101010 10100000 110101 0 100000 1001101 1000 100011 1010001 111000

Color Harmonies of #EAA035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA035

Black with #EAA035

Text Example


Text Example

White with #EAA035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA035; }

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

 H1.HeaderClassName
 {
   color: #EAA035;
 }
 .AnyTagClassName
 {
   color: #EAA035;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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