Html Css Color HEX #EAA535 Yellow Sea

📋 copy color: '#EAA535'

red 234 ◦ green 165 ◦ blue 53

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

Shades of Yellow Sea #EAA535

Tints of Yellow Sea #EAA535

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.5%

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

R = 51.77%
G = 36.5%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EAA535 (or 0xEAA535) is known color: 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

RGB 234 165 53 -
CMYK 0 0.29 0.77 0.08
HSL 37.13º 0.81% 0.56% -
HSV(B) 37.13º 0.77% 0.92% -
XYZ 48.03 44.66 9.46 -
YUV 172.86 60.36 171.61 -
System Red Green Blue C M Y K H S L
Decimal 234 165 53 0 0.29 0.77 0.08 37.13 0.81 0.56
Hex EA A5 35 0 1D 4D 8 25 51 38
Octal 352 245 65 0 35 115 10 45 121 70
Binary 11101010 10100101 110101 0 11101 1001101 1000 100101 1010001 111000

Color Harmonies of #EAA535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA535

Black with #EAA535

Text Example


Text Example

White with #EAA535

Text Example


Text Example

HTML Codes & Css Web 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>