Html Css Color HEX #EAB314 Gold Tips

📋 copy color: '#EAB314'

red 234 ◦ green 179 ◦ blue 20

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

Shades of Gold Tips #EAB314

Tints of Gold Tips #EAB314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.62%

R = 54.04%
G = 41.34%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAB314 (or 0xEAB314) is known color: Gold Tips. HEX triplet: EA, B3 and 14. RGB value is (234,179,20). Sum of RGB (Red+Green+Blue) = 234+179+20=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB314 is #154CEB. Grayscale: #B2B2B2. Windows color (decimal): -1395948 or 1356778. OLE color: 1356778.

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

Color convert

RGB 234 179 20 -
CMYK 0 0.24 0.91 0.08
HSL 44.58º 0.84% 0.5% -
HSV(B) 44.58º 0.91% 0.92% -
XYZ 50.18 49.78 7.63 -
YUV 177.32 39.22 168.43 -
System Red Green Blue C M Y K H S L
Decimal 234 179 20 0 0.24 0.91 0.08 44.58 0.84 0.5
Hex EA B3 14 0 18 5B 8 2D 54 32
Octal 352 263 24 0 30 133 10 55 124 62
Binary 11101010 10110011 10100 0 11000 1011011 1000 101101 1010100 110010

Color Harmonies of #EAB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB314

Black with #EAB314

Text Example


Text Example

White with #EAB314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB314; }

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

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

background-color css

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

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

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

border-color css

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

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

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