Html Css Color HEX #EAB211 Gold Tips

📋 copy color: '#EAB211'

red 234 ◦ green 178 ◦ blue 17

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

Shades of Gold Tips #EAB211

Tints of Gold Tips #EAB211

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.49%

 BLUE value IS 17 (7.03% from 255) = 3.96%

R = 54.55%
G = 41.49%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAB211 (or 0xEAB211) is known color: Gold Tips. HEX triplet: EA, B2 and 11. RGB value is (234,178,17). Sum of RGB (Red+Green+Blue) = 234+178+17=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 17 (7.03% from 255 or 3.96% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB211 is #154DEE. Grayscale: #B1B1B1. Windows color (decimal): -1396207 or 1159914. OLE color: 1159914.

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

Color convert

RGB 234 178 17 -
CMYK 0 0.24 0.93 0.08
HSL 44.52º 0.86% 0.49% -
HSV(B) 44.52º 0.93% 0.92% -
XYZ 49.95 49.37 7.43 -
YUV 176.39 38.05 169.09 -
System Red Green Blue C M Y K H S L
Decimal 234 178 17 0 0.24 0.93 0.08 44.52 0.86 0.49
Hex EA B2 11 0 18 5D 8 2D 56 31
Octal 352 262 21 0 30 135 10 55 126 61
Binary 11101010 10110010 10001 0 11000 1011101 1000 101101 1010110 110001

Color Harmonies of #EAB211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB211

Black with #EAB211

Text Example


Text Example

White with #EAB211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB211; }

 p { color: rgb(234,178,17); }

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

background-color css

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

 a { background-color: rgb(234,178,17); }

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

border-color css

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

 span { border-color: rgb(234,178,17); }

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