Html Css Color HEX #EAB31B Gold Tips

📋 copy color: '#EAB31B'

red 234 ◦ green 179 ◦ blue 27

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

Shades of Gold Tips #EAB31B

Tints of Gold Tips #EAB31B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.68%

 BLUE value IS 27 (10.94% from 255) = 6.14%

R = 53.18%
G = 40.68%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAB31B (or 0xEAB31B) is known color: Gold Tips. HEX triplet: EA, B3 and 1B. RGB value is (234,179,27). Sum of RGB (Red+Green+Blue) = 234+179+27=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB31B is #154CE4. Grayscale: #B2B2B2. Windows color (decimal): -1395941 or 1815530. OLE color: 1815530.

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

Color convert

RGB 234 179 27 -
CMYK 0 0.24 0.88 0.08
HSL 44.06º 0.83% 0.51% -
HSV(B) 44.06º 0.88% 0.92% -
XYZ 50.25 49.81 8 -
YUV 178.12 42.72 167.86 -
System Red Green Blue C M Y K H S L
Decimal 234 179 27 0 0.24 0.88 0.08 44.06 0.83 0.51
Hex EA B3 1B 0 18 58 8 2C 53 33
Octal 352 263 33 0 30 130 10 54 123 63
Binary 11101010 10110011 11011 0 11000 1011000 1000 101100 1010011 110011

Color Harmonies of #EAB31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB31B

Black with #EAB31B

Text Example


Text Example

White with #EAB31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB31B; }

 p { color: rgb(234,179,27); }

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

background-color css

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

 a { background-color: rgb(234,179,27); }

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

border-color css

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

 span { border-color: rgb(234,179,27); }

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