Html Css Color HEX #EAB31F Gold Tips

📋 copy color: '#EAB31F'

red 234 ◦ green 179 ◦ blue 31

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

Shades of Gold Tips #EAB31F

Tints of Gold Tips #EAB31F

RGB

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

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

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

R = 52.7%
G = 40.32%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EAB31F (or 0xEAB31F) is known color: Gold Tips. HEX triplet: EA, B3 and 1F. RGB value is (234,179,31). Sum of RGB (Red+Green+Blue) = 234+179+31=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 31 (12.5% from 255 or 6.98% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB31F is #154CE0. Grayscale: #B3B3B3. Windows color (decimal): -1395937 or 2077674. OLE color: 2077674.

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

Color convert

RGB 234 179 31 -
CMYK 0 0.24 0.87 0.08
HSL 43.74º 0.83% 0.52% -
HSV(B) 43.74º 0.87% 0.92% -
XYZ 50.3 49.83 8.26 -
YUV 178.57 44.72 167.53 -
System Red Green Blue C M Y K H S L
Decimal 234 179 31 0 0.24 0.87 0.08 43.74 0.83 0.52
Hex EA B3 1F 0 18 57 8 2C 53 34
Octal 352 263 37 0 30 127 10 54 123 64
Binary 11101010 10110011 11111 0 11000 1010111 1000 101100 1010011 110100

Color Harmonies of #EAB31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB31F

Black with #EAB31F

Text Example


Text Example

White with #EAB31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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