Html Css Color HEX #EAB017 Gold Tips

📋 copy color: '#EAB017'

red 234 ◦ green 176 ◦ blue 23

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

Shades of Gold Tips #EAB017

Tints of Gold Tips #EAB017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.31%

R = 54.04%
G = 40.65%
B = 5.31%

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

#EAB017 (or 0xEAB017) is known color: Gold Tips. HEX triplet: EA, B0 and 17. RGB value is (234,176,23). Sum of RGB (Red+Green+Blue) = 234+176+23=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 23 (9.38% from 255 or 5.31% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB017 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB017 is #154FE8. Grayscale: #B0B0B0. Windows color (decimal): -1396713 or 1552618. OLE color: 1552618.

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

Color convert

RGB 234 176 23 -
CMYK 0 0.25 0.90 0.08
HSL 43.51º 0.83% 0.5% -
HSV(B) 43.51º 0.9% 0.92% -
XYZ 49.61 48.6 7.58 -
YUV 175.9 41.72 169.44 -
System Red Green Blue C M Y K H S L
Decimal 234 176 23 0 0.25 0.90 0.08 43.51 0.83 0.5
Hex EA B0 17 0 19 5A 8 2C 53 32
Octal 352 260 27 0 31 132 10 54 123 62
Binary 11101010 10110000 10111 0 11001 1011010 1000 101100 1010011 110010

Color Harmonies of #EAB017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB017

Black with #EAB017

Text Example


Text Example

White with #EAB017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB017; }

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

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

background-color css

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

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

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

border-color css

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

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

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