Html Css Color HEX #EAA435 Yellow Sea

📋 copy color: '#EAA435'

red 234 ◦ green 164 ◦ blue 53

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

Shades of Yellow Sea #EAA435

Tints of Yellow Sea #EAA435

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.36%

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

R = 51.88%
G = 36.36%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EAA435 (or 0xEAA435) is known color: Yellow Sea. HEX triplet: EA, A4 and 35. RGB value is (234,164,53). Sum of RGB (Red+Green+Blue) = 234+164+53=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA435 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA435 is #155BCA. Grayscale: #ACACAC. Windows color (decimal): -1399755 or 3515626. OLE color: 3515626.

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

Color convert

RGB 234 164 53 -
CMYK 0 0.30 0.77 0.08
HSL 36.8º 0.81% 0.56% -
HSV(B) 36.8º 0.77% 0.92% -
XYZ 47.85 44.3 9.4 -
YUV 172.28 60.69 172.03 -
System Red Green Blue C M Y K H S L
Decimal 234 164 53 0 0.30 0.77 0.08 36.8 0.81 0.56
Hex EA A4 35 0 1E 4D 8 25 51 38
Octal 352 244 65 0 36 115 10 45 121 70
Binary 11101010 10100100 110101 0 11110 1001101 1000 100101 1010001 111000

Color Harmonies of #EAA435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA435

Black with #EAA435

Text Example


Text Example

White with #EAA435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA435; }

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

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

background-color css

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

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

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

border-color css

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

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

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