Html Css Color HEX #EAB71C Gold Tips

📋 copy color: '#EAB71C'

red 234 ◦ green 183 ◦ blue 28

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

Shades of Gold Tips #EAB71C

Tints of Gold Tips #EAB71C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.12%

 BLUE value IS 28 (11.33% from 255) = 6.29%

R = 52.58%
G = 41.12%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAB71C (or 0xEAB71C) is known color: Gold Tips. HEX triplet: EA, B7 and 1C. RGB value is (234,183,28). Sum of RGB (Red+Green+Blue) = 234+183+28=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB71C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB71C is #1548E3. Grayscale: #B5B5B5. Windows color (decimal): -1394916 or 1882090. OLE color: 1882090.

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

Color convert

RGB 234 183 28 -
CMYK 0 0.22 0.88 0.08
HSL 45.15º 0.83% 0.51% -
HSV(B) 45.15º 0.88% 0.92% -
XYZ 51.07 51.44 8.34 -
YUV 180.58 41.9 166.1 -
System Red Green Blue C M Y K H S L
Decimal 234 183 28 0 0.22 0.88 0.08 45.15 0.83 0.51
Hex EA B7 1C 0 16 58 8 2D 53 33
Octal 352 267 34 0 26 130 10 55 123 63
Binary 11101010 10110111 11100 0 10110 1011000 1000 101101 1010011 110011

Color Harmonies of #EAB71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB71C

Black with #EAB71C

Text Example


Text Example

White with #EAB71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB71C; }

 p { color: rgb(234,183,28); }

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

background-color css

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

 a { background-color: rgb(234,183,28); }

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

border-color css

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

 span { border-color: rgb(234,183,28); }

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