Html Css Color HEX #EAB128 Gold Tips

📋 copy color: '#EAB128'

red 234 ◦ green 177 ◦ blue 40

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

Shades of Gold Tips #EAB128

Tints of Gold Tips #EAB128

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.25%

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

R = 51.88%
G = 39.25%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EAB128 (or 0xEAB128) is known color: Gold Tips. HEX triplet: EA, B1 and 28. RGB value is (234,177,40). Sum of RGB (Red+Green+Blue) = 234+177+40=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB128 is #154ED7. Grayscale: #B3B3B3. Windows color (decimal): -1396440 or 2666986. OLE color: 2666986.

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

Color convert

RGB 234 177 40 -
CMYK 0 0.24 0.83 0.08
HSL 42.37º 0.82% 0.54% -
HSV(B) 42.37º 0.83% 0.92% -
XYZ 50.04 49.09 8.85 -
YUV 178.43 49.88 167.64 -
System Red Green Blue C M Y K H S L
Decimal 234 177 40 0 0.24 0.83 0.08 42.37 0.82 0.54
Hex EA B1 28 0 18 53 8 2A 52 36
Octal 352 261 50 0 30 123 10 52 122 66
Binary 11101010 10110001 101000 0 11000 1010011 1000 101010 1010010 110110

Color Harmonies of #EAB128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB128

Black with #EAB128

Text Example


Text Example

White with #EAB128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB128; }

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

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

background-color css

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

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

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

border-color css

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

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

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