Html Css Color HEX #EAB112 Gold Tips

📋 copy color: '#EAB112'

red 234 ◦ green 177 ◦ blue 18

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

Shades of Gold Tips #EAB112

Tints of Gold Tips #EAB112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.2%

R = 54.55%
G = 41.26%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAB112 (or 0xEAB112) is known color: Gold Tips. HEX triplet: EA, B1 and 12. RGB value is (234,177,18). Sum of RGB (Red+Green+Blue) = 234+177+18=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB112 is #154EED. Grayscale: #B0B0B0. Windows color (decimal): -1396462 or 1225194. OLE color: 1225194.

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

Color convert

RGB 234 177 18 -
CMYK 0 0.24 0.92 0.08
HSL 44.17º 0.86% 0.49% -
HSV(B) 44.17º 0.92% 0.92% -
XYZ 49.76 48.98 7.4 -
YUV 175.92 38.88 169.43 -
System Red Green Blue C M Y K H S L
Decimal 234 177 18 0 0.24 0.92 0.08 44.17 0.86 0.49
Hex EA B1 12 0 18 5C 8 2C 56 31
Octal 352 261 22 0 30 134 10 54 126 61
Binary 11101010 10110001 10010 0 11000 1011100 1000 101100 1010110 110001

Color Harmonies of #EAB112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB112

Black with #EAB112

Text Example


Text Example

White with #EAB112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB112; }

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

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

background-color css

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

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

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

border-color css

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

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

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