Html Css Color HEX #EAB71F Gold Tips

📋 copy color: '#EAB71F'

red 234 ◦ green 183 ◦ blue 31

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

Shades of Gold Tips #EAB71F

Tints of Gold Tips #EAB71F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.92%

R = 52.23%
G = 40.85%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EAB71F (or 0xEAB71F) is known color: Gold Tips. HEX triplet: EA, B7 and 1F. RGB value is (234,183,31). Sum of RGB (Red+Green+Blue) = 234+183+31=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 31 (12.5% from 255 or 6.92% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB71F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB71F is #1548E0. Grayscale: #B5B5B5. Windows color (decimal): -1394913 or 2078698. OLE color: 2078698.

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

Color convert

RGB 234 183 31 -
CMYK 0 0.22 0.87 0.08
HSL 44.93º 0.83% 0.52% -
HSV(B) 44.93º 0.87% 0.92% -
XYZ 51.11 51.46 8.53 -
YUV 180.92 43.4 165.86 -
System Red Green Blue C M Y K H S L
Decimal 234 183 31 0 0.22 0.87 0.08 44.93 0.83 0.52
Hex EA B7 1F 0 16 57 8 2D 53 34
Octal 352 267 37 0 26 127 10 55 123 64
Binary 11101010 10110111 11111 0 10110 1010111 1000 101101 1010011 110100

Color Harmonies of #EAB71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB71F

Black with #EAB71F

Text Example


Text Example

White with #EAB71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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