Html Css Color HEX #EAB312 Gold Tips

📋 copy color: '#EAB312'

red 234 ◦ green 179 ◦ blue 18

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

Shades of Gold Tips #EAB312

Tints of Gold Tips #EAB312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.53%

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

R = 54.29%
G = 41.53%
B = 4.18%

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

#EAB312 (or 0xEAB312) is known color: Gold Tips. HEX triplet: EA, B3 and 12. RGB value is (234,179,18). Sum of RGB (Red+Green+Blue) = 234+179+18=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB312 is #154CED. Grayscale: #B1B1B1. Windows color (decimal): -1395950 or 1225706. OLE color: 1225706.

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

Color convert

RGB 234 179 18 -
CMYK 0 0.24 0.92 0.08
HSL 44.72º 0.86% 0.49% -
HSV(B) 44.72º 0.92% 0.92% -
XYZ 50.16 49.78 7.54 -
YUV 177.09 38.22 168.59 -
System Red Green Blue C M Y K H S L
Decimal 234 179 18 0 0.24 0.92 0.08 44.72 0.86 0.49
Hex EA B3 12 0 18 5C 8 2D 56 31
Octal 352 263 22 0 30 134 10 55 126 61
Binary 11101010 10110011 10010 0 11000 1011100 1000 101101 1010110 110001

Color Harmonies of #EAB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB312

Black with #EAB312

Text Example


Text Example

White with #EAB312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB312; }

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

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

background-color css

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

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

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

border-color css

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

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

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