Html Css Color HEX #EAA229 Yellow Sea

📋 copy color: '#EAA229'

red 234 ◦ green 162 ◦ blue 41

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

Shades of Yellow Sea #EAA229

Tints of Yellow Sea #EAA229

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.07%

 BLUE value IS 41 (16.41% from 255) = 9.38%

R = 53.55%
G = 37.07%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EAA229 (or 0xEAA229) is known color: Yellow Sea. HEX triplet: EA, A2 and 29. RGB value is (234,162,41). Sum of RGB (Red+Green+Blue) = 234+162+41=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 41 (16.41% from 255 or 9.38% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA229 is #155DD6. Grayscale: #AAAAAA. Windows color (decimal): -1400279 or 2728682. OLE color: 2728682.

HSL color Cylindrical-coordinate representation of color #EAA229: hue angle of 37.62º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAA229 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 162 41 -
CMYK 0 0.31 0.82 0.08
HSL 37.62º 0.82% 0.54% -
HSV(B) 37.62º 0.82% 0.92% -
XYZ 47.25 43.49 8 -
YUV 169.73 55.35 173.84 -
System Red Green Blue C M Y K H S L
Decimal 234 162 41 0 0.31 0.82 0.08 37.62 0.82 0.54
Hex EA A2 29 0 1F 52 8 26 52 36
Octal 352 242 51 0 37 122 10 46 122 66
Binary 11101010 10100010 101001 0 11111 1010010 1000 100110 1010010 110110

Color Harmonies of #EAA229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA229

Black with #EAA229

Text Example


Text Example

White with #EAA229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA229; }

 p { color: rgb(234,162,41); }

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

background-color css

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

 a { background-color: rgb(234,162,41); }

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

border-color css

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

 span { border-color: rgb(234,162,41); }

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