Html Css Color HEX #EAB014 Gold Tips

📋 copy color: '#EAB014'

red 234 ◦ green 176 ◦ blue 20

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

Shades of Gold Tips #EAB014

Tints of Gold Tips #EAB014

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.93%

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

R = 54.42%
G = 40.93%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAB014 (or 0xEAB014) is known color: Gold Tips. HEX triplet: EA, B0 and 14. RGB value is (234,176,20). Sum of RGB (Red+Green+Blue) = 234+176+20=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB014 is #154FEB. Grayscale: #B0B0B0. Windows color (decimal): -1396716 or 1356010. OLE color: 1356010.

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

Color convert

RGB 234 176 20 -
CMYK 0 0.25 0.91 0.08
HSL 43.74º 0.84% 0.5% -
HSV(B) 43.74º 0.91% 0.92% -
XYZ 49.58 48.59 7.43 -
YUV 175.56 40.22 169.68 -
System Red Green Blue C M Y K H S L
Decimal 234 176 20 0 0.25 0.91 0.08 43.74 0.84 0.5
Hex EA B0 14 0 19 5B 8 2C 54 32
Octal 352 260 24 0 31 133 10 54 124 62
Binary 11101010 10110000 10100 0 11001 1011011 1000 101100 1010100 110010

Color Harmonies of #EAB014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB014

Black with #EAB014

Text Example


Text Example

White with #EAB014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB014; }

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

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

background-color css

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

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

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

border-color css

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

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

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