Html Css Color HEX #EAB417 Gold Tips

📋 copy color: '#EAB417'

red 234 ◦ green 180 ◦ blue 23

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

Shades of Gold Tips #EAB417

Tints of Gold Tips #EAB417

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.19%

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

R = 53.55%
G = 41.19%
B = 5.26%

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

#EAB417 (or 0xEAB417) is known color: Gold Tips. HEX triplet: EA, B4 and 17. RGB value is (234,180,23). Sum of RGB (Red+Green+Blue) = 234+180+23=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 23 (9.38% from 255 or 5.26% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB417 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB417 is #154BE8. Grayscale: #B2B2B2. Windows color (decimal): -1395689 or 1553642. OLE color: 1553642.

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

Color convert

RGB 234 180 23 -
CMYK 0 0.23 0.90 0.08
HSL 44.64º 0.83% 0.5% -
HSV(B) 44.64º 0.9% 0.92% -
XYZ 50.41 50.2 7.84 -
YUV 178.25 40.39 167.77 -
System Red Green Blue C M Y K H S L
Decimal 234 180 23 0 0.23 0.90 0.08 44.64 0.83 0.5
Hex EA B4 17 0 17 5A 8 2D 53 32
Octal 352 264 27 0 27 132 10 55 123 62
Binary 11101010 10110100 10111 0 10111 1011010 1000 101101 1010011 110010

Color Harmonies of #EAB417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB417

Black with #EAB417

Text Example


Text Example

White with #EAB417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB417; }

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

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

background-color css

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

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

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

border-color css

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

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

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