Html Css Color HEX #EAA128 Yellow Sea

📋 copy color: '#EAA128'

red 234 ◦ green 161 ◦ blue 40

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

Shades of Yellow Sea #EAA128

Tints of Yellow Sea #EAA128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.01%

 BLUE value IS 40 (16.02% from 255) = 9.2%

R = 53.79%
G = 37.01%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EAA128 (or 0xEAA128) is known color: Yellow Sea. HEX triplet: EA, A1 and 28. RGB value is (234,161,40). Sum of RGB (Red+Green+Blue) = 234+161+40=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA128 is #155ED7. Grayscale: #A9A9A9. Windows color (decimal): -1400536 or 2662890. OLE color: 2662890.

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

Color convert

RGB 234 161 40 -
CMYK 0 0.31 0.83 0.08
HSL 37.42º 0.82% 0.54% -
HSV(B) 37.42º 0.83% 0.92% -
XYZ 47.06 43.14 7.85 -
YUV 169.03 55.18 174.34 -
System Red Green Blue C M Y K H S L
Decimal 234 161 40 0 0.31 0.83 0.08 37.42 0.82 0.54
Hex EA A1 28 0 1F 53 8 25 52 36
Octal 352 241 50 0 37 123 10 45 122 66
Binary 11101010 10100001 101000 0 11111 1010011 1000 100101 1010010 110110

Color Harmonies of #EAA128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA128

Black with #EAA128

Text Example


Text Example

White with #EAA128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA128; }

 p { color: rgb(234,161,40); }

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

background-color css

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

 a { background-color: rgb(234,161,40); }

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

border-color css

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

 span { border-color: rgb(234,161,40); }

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