Html Css Color HEX #EAB51A Gold Tips

📋 copy color: '#EAB51A'

red 234 ◦ green 181 ◦ blue 26

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

Shades of Gold Tips #EAB51A

Tints of Gold Tips #EAB51A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.04%

 BLUE value IS 26 (10.55% from 255) = 5.9%

R = 53.06%
G = 41.04%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAB51A (or 0xEAB51A) is known color: Gold Tips. HEX triplet: EA, B5 and 1A. RGB value is (234,181,26). Sum of RGB (Red+Green+Blue) = 234+181+26=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB51A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB51A is #154AE5. Grayscale: #B3B3B3. Windows color (decimal): -1395430 or 1750506. OLE color: 1750506.

HSL color Cylindrical-coordinate representation of color #EAB51A: hue angle of 44.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EAB51A is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 181 26 -
CMYK 0 0.23 0.89 0.08
HSL 44.71º 0.83% 0.51% -
HSV(B) 44.71º 0.89% 0.92% -
XYZ 50.64 50.61 8.08 -
YUV 179.18 41.56 167.1 -
System Red Green Blue C M Y K H S L
Decimal 234 181 26 0 0.23 0.89 0.08 44.71 0.83 0.51
Hex EA B5 1A 0 17 59 8 2D 53 33
Octal 352 265 32 0 27 131 10 55 123 63
Binary 11101010 10110101 11010 0 10111 1011001 1000 101101 1010011 110011

Color Harmonies of #EAB51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB51A

Black with #EAB51A

Text Example


Text Example

White with #EAB51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB51A; }

 p { color: rgb(234,181,26); }

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

background-color css

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

 a { background-color: rgb(234,181,26); }

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

border-color css

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

 span { border-color: rgb(234,181,26); }

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