Html Css Color HEX #EAA532 Yellow Sea

📋 copy color: '#EAA532'

red 234 ◦ green 165 ◦ blue 50

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

Shades of Yellow Sea #EAA532

Tints of Yellow Sea #EAA532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.14%

R = 52.12%
G = 36.75%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAA532 (or 0xEAA532) is known color: Yellow Sea. HEX triplet: EA, A5 and 32. RGB value is (234,165,50). Sum of RGB (Red+Green+Blue) = 234+165+50=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA532 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA532 is #155ACD. Grayscale: #ADADAD. Windows color (decimal): -1399502 or 3319274. OLE color: 3319274.

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

Color convert

RGB 234 165 50 -
CMYK 0 0.29 0.79 0.08
HSL 37.5º 0.81% 0.56% -
HSV(B) 37.5º 0.79% 0.92% -
XYZ 47.96 44.63 9.1 -
YUV 172.52 58.86 171.85 -
System Red Green Blue C M Y K H S L
Decimal 234 165 50 0 0.29 0.79 0.08 37.5 0.81 0.56
Hex EA A5 32 0 1D 4F 8 26 51 38
Octal 352 245 62 0 35 117 10 46 121 70
Binary 11101010 10100101 110010 0 11101 1001111 1000 100110 1010001 111000

Color Harmonies of #EAA532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA532

Black with #EAA532

Text Example


Text Example

White with #EAA532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA532; }

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

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

background-color css

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

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

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

border-color css

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

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

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