Html Css Color HEX #EAB210 Gold Tips

📋 copy color: '#EAB210'

red 234 ◦ green 178 ◦ blue 16

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

Shades of Gold Tips #EAB210

Tints of Gold Tips #EAB210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.74%

R = 54.67%
G = 41.59%
B = 3.74%

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

#EAB210 (or 0xEAB210) is known color: Gold Tips. HEX triplet: EA, B2 and 10. RGB value is (234,178,16). Sum of RGB (Red+Green+Blue) = 234+178+16=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB210 is #154DEF. Grayscale: #B0B0B0. Windows color (decimal): -1396208 or 1094378. OLE color: 1094378.

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

Color convert

RGB 234 178 16 -
CMYK 0 0.24 0.93 0.08
HSL 44.59º 0.87% 0.49% -
HSV(B) 44.59º 0.93% 0.92% -
XYZ 49.95 49.37 7.39 -
YUV 176.28 37.55 169.17 -
System Red Green Blue C M Y K H S L
Decimal 234 178 16 0 0.24 0.93 0.08 44.59 0.87 0.49
Hex EA B2 10 0 18 5D 8 2D 57 31
Octal 352 262 20 0 30 135 10 55 127 61
Binary 11101010 10110010 10000 0 11000 1011101 1000 101101 1010111 110001

Color Harmonies of #EAB210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB210

Black with #EAB210

Text Example


Text Example

White with #EAB210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB210; }

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

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

background-color css

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

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

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

border-color css

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

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

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