Html Css Color HEX #EAB518 Gold Tips

📋 copy color: '#EAB518'

red 234 ◦ green 181 ◦ blue 24

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

Shades of Gold Tips #EAB518

Tints of Gold Tips #EAB518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.47%

R = 53.3%
G = 41.23%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EAB518 (or 0xEAB518) is known color: Gold Tips. HEX triplet: EA, B5 and 18. RGB value is (234,181,24). Sum of RGB (Red+Green+Blue) = 234+181+24=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB518 is #154AE7. Grayscale: #B3B3B3. Windows color (decimal): -1395432 or 1619434. OLE color: 1619434.

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

Color convert

RGB 234 181 24 -
CMYK 0 0.23 0.90 0.08
HSL 44.86º 0.83% 0.51% -
HSV(B) 44.86º 0.9% 0.92% -
XYZ 50.62 50.61 7.96 -
YUV 178.95 40.56 167.27 -
System Red Green Blue C M Y K H S L
Decimal 234 181 24 0 0.23 0.90 0.08 44.86 0.83 0.51
Hex EA B5 18 0 17 5A 8 2D 53 33
Octal 352 265 30 0 27 132 10 55 123 63
Binary 11101010 10110101 11000 0 10111 1011010 1000 101101 1010011 110011

Color Harmonies of #EAB518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB518

Black with #EAB518

Text Example


Text Example

White with #EAB518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB518; }

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

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

background-color css

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

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

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

border-color css

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

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

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