Html Css Color HEX #EAB529 Gold Tips

📋 copy color: '#EAB529'

red 234 ◦ green 181 ◦ blue 41

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

Shades of Gold Tips #EAB529

Tints of Gold Tips #EAB529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.99%

R = 51.32%
G = 39.69%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EAB529 (or 0xEAB529) is known color: Gold Tips. HEX triplet: EA, B5 and 29. RGB value is (234,181,41). Sum of RGB (Red+Green+Blue) = 234+181+41=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB529 is #154AD6. Grayscale: #B5B5B5. Windows color (decimal): -1395415 or 2733546. OLE color: 2733546.

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

Color convert

RGB 234 181 41 -
CMYK 0 0.23 0.82 0.08
HSL 43.52º 0.82% 0.54% -
HSV(B) 43.52º 0.82% 0.92% -
XYZ 50.86 50.7 9.2 -
YUV 180.89 49.06 165.88 -
System Red Green Blue C M Y K H S L
Decimal 234 181 41 0 0.23 0.82 0.08 43.52 0.82 0.54
Hex EA B5 29 0 17 52 8 2C 52 36
Octal 352 265 51 0 27 122 10 54 122 66
Binary 11101010 10110101 101001 0 10111 1010010 1000 101100 1010010 110110

Color Harmonies of #EAB529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB529

Black with #EAB529

Text Example


Text Example

White with #EAB529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB529; }

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

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

background-color css

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

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

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

border-color css

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

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

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