Html Css Color HEX #EAB414 Gold Tips

📋 copy color: '#EAB414'

red 234 ◦ green 180 ◦ blue 20

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

Shades of Gold Tips #EAB414

Tints of Gold Tips #EAB414

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.47%

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

R = 53.92%
G = 41.47%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAB414 (or 0xEAB414) is known color: Gold Tips. HEX triplet: EA, B4 and 14. RGB value is (234,180,20). Sum of RGB (Red+Green+Blue) = 234+180+20=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB414 is #154BEB. Grayscale: #B2B2B2. Windows color (decimal): -1395692 or 1357034. OLE color: 1357034.

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

Color convert

RGB 234 180 20 -
CMYK 0 0.23 0.91 0.08
HSL 44.86º 0.84% 0.5% -
HSV(B) 44.86º 0.91% 0.92% -
XYZ 50.38 50.19 7.69 -
YUV 177.91 38.89 168.01 -
System Red Green Blue C M Y K H S L
Decimal 234 180 20 0 0.23 0.91 0.08 44.86 0.84 0.5
Hex EA B4 14 0 17 5B 8 2D 54 32
Octal 352 264 24 0 27 133 10 55 124 62
Binary 11101010 10110100 10100 0 10111 1011011 1000 101101 1010100 110010

Color Harmonies of #EAB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB414

Black with #EAB414

Text Example


Text Example

White with #EAB414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB414; }

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

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

background-color css

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

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

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

border-color css

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

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

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