Html Css Color HEX #EAB031 Gold Tips

📋 copy color: '#EAB031'

red 234 ◦ green 176 ◦ blue 49

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

Shades of Gold Tips #EAB031

Tints of Gold Tips #EAB031

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.34%

 BLUE value IS 49 (19.53% from 255) = 10.68%

R = 50.98%
G = 38.34%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAB031 (or 0xEAB031) is known color: Gold Tips. HEX triplet: EA, B0 and 31. RGB value is (234,176,49). Sum of RGB (Red+Green+Blue) = 234+176+49=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB031 is #154FCE. Grayscale: #B3B3B3. Windows color (decimal): -1396687 or 3256554. OLE color: 3256554.

HSL color Cylindrical-coordinate representation of color #EAB031: hue angle of 41.19º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAB031 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 176 49 -
CMYK 0 0.25 0.79 0.08
HSL 41.19º 0.81% 0.55% -
HSV(B) 41.19º 0.79% 0.92% -
XYZ 50.01 48.76 9.68 -
YUV 178.86 54.72 167.33 -
System Red Green Blue C M Y K H S L
Decimal 234 176 49 0 0.25 0.79 0.08 41.19 0.81 0.55
Hex EA B0 31 0 19 4F 8 29 51 37
Octal 352 260 61 0 31 117 10 51 121 67
Binary 11101010 10110000 110001 0 11001 1001111 1000 101001 1010001 110111

Color Harmonies of #EAB031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB031

Black with #EAB031

Text Example


Text Example

White with #EAB031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB031; }

 p { color: rgb(234,176,49); }

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

background-color css

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

 a { background-color: rgb(234,176,49); }

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

border-color css

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

 span { border-color: rgb(234,176,49); }

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