Html Css Color HEX #EAB51E Gold Tips

📋 copy color: '#EAB51E'

red 234 ◦ green 181 ◦ blue 30

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

Shades of Gold Tips #EAB51E

Tints of Gold Tips #EAB51E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.67%

 BLUE value IS 30 (12.11% from 255) = 6.74%

R = 52.58%
G = 40.67%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EAB51E (or 0xEAB51E) is known color: Gold Tips. HEX triplet: EA, B5 and 1E. RGB value is (234,181,30). Sum of RGB (Red+Green+Blue) = 234+181+30=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 30 (12.11% from 255 or 6.74% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB51E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB51E is #154AE1. Grayscale: #B4B4B4. Windows color (decimal): -1395426 or 2012650. OLE color: 2012650.

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

Color convert

RGB 234 181 30 -
CMYK 0 0.23 0.87 0.08
HSL 44.41º 0.83% 0.52% -
HSV(B) 44.41º 0.87% 0.92% -
XYZ 50.69 50.63 8.33 -
YUV 179.63 43.56 166.78 -
System Red Green Blue C M Y K H S L
Decimal 234 181 30 0 0.23 0.87 0.08 44.41 0.83 0.52
Hex EA B5 1E 0 17 57 8 2C 53 34
Octal 352 265 36 0 27 127 10 54 123 64
Binary 11101010 10110101 11110 0 10111 1010111 1000 101100 1010011 110100

Color Harmonies of #EAB51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB51E

Black with #EAB51E

Text Example


Text Example

White with #EAB51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB51E; }

 p { color: rgb(234,181,30); }

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

background-color css

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

 a { background-color: rgb(234,181,30); }

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

border-color css

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

 span { border-color: rgb(234,181,30); }

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