Html Css Color HEX #EAB018 Gold Tips

📋 copy color: '#EAB018'

red 234 ◦ green 176 ◦ blue 24

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

Shades of Gold Tips #EAB018

Tints of Gold Tips #EAB018

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.55%

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

R = 53.92%
G = 40.55%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EAB018 (or 0xEAB018) is known color: Gold Tips. HEX triplet: EA, B0 and 18. RGB value is (234,176,24). Sum of RGB (Red+Green+Blue) = 234+176+24=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 24 (9.77% from 255 or 5.53% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB018 is #154FE7. Grayscale: #B0B0B0. Windows color (decimal): -1396712 or 1618154. OLE color: 1618154.

HSL color Cylindrical-coordinate representation of color #EAB018: hue angle of 43.43º 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 #EAB018 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 176 24 -
CMYK 0 0.25 0.90 0.08
HSL 43.43º 0.83% 0.51% -
HSV(B) 43.43º 0.9% 0.92% -
XYZ 49.62 48.61 7.63 -
YUV 176.01 42.22 169.36 -
System Red Green Blue C M Y K H S L
Decimal 234 176 24 0 0.25 0.90 0.08 43.43 0.83 0.51
Hex EA B0 18 0 19 5A 8 2B 53 33
Octal 352 260 30 0 31 132 10 53 123 63
Binary 11101010 10110000 11000 0 11001 1011010 1000 101011 1010011 110011

Color Harmonies of #EAB018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB018

Black with #EAB018

Text Example


Text Example

White with #EAB018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB018; }

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

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

background-color css

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

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

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

border-color css

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

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

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