Html Css Color HEX #EAA332 Yellow Sea

📋 copy color: '#EAA332'

red 234 ◦ green 163 ◦ blue 50

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

Shades of Yellow Sea #EAA332

Tints of Yellow Sea #EAA332

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.47%

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

R = 52.35%
G = 36.47%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAA332 (or 0xEAA332) is known color: Yellow Sea. HEX triplet: EA, A3 and 32. RGB value is (234,163,50). Sum of RGB (Red+Green+Blue) = 234+163+50=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA332 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA332 is #155CCD. Grayscale: #ABABAB. Windows color (decimal): -1400014 or 3318762. OLE color: 3318762.

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

Color convert

RGB 234 163 50 -
CMYK 0 0.30 0.79 0.08
HSL 36.85º 0.81% 0.56% -
HSV(B) 36.85º 0.79% 0.92% -
XYZ 47.6 43.92 8.99 -
YUV 171.35 59.52 172.69 -
System Red Green Blue C M Y K H S L
Decimal 234 163 50 0 0.30 0.79 0.08 36.85 0.81 0.56
Hex EA A3 32 0 1E 4F 8 25 51 38
Octal 352 243 62 0 36 117 10 45 121 70
Binary 11101010 10100011 110010 0 11110 1001111 1000 100101 1010001 111000

Color Harmonies of #EAA332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA332

Black with #EAA332

Text Example


Text Example

White with #EAA332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA332; }

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

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

background-color css

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

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

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

border-color css

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

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

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