Html Css Color HEX #E2B51F Gold Tips

📋 copy color: '#E2B51F'

red 226 ◦ green 181 ◦ blue 31

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

Shades of Gold Tips #E2B51F

Tints of Gold Tips #E2B51F

RGB

 RED value IS 226 (88.67% from 255) = 51.6%

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

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

R = 51.6%
G = 41.32%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2B51F (or 0xE2B51F) is known color: Gold Tips. HEX triplet: E2, B5 and 1F. RGB value is (226,181,31). Sum of RGB (Red+Green+Blue) = 226+181+31=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 31 (12.5% from 255 or 7.08% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B51F is #1D4AE0. Grayscale: #B1B1B1. Windows color (decimal): -1919713 or 2078178. OLE color: 2078178.

HSL color Cylindrical-coordinate representation of color #E2B51F: hue angle of 46.15º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2B51F is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 181 31 -
CMYK 0 0.20 0.86 0.11
HSL 46.15º 0.77% 0.5% -
HSV(B) 46.15º 0.86% 0.89% -
XYZ 48.14 49.32 8.28 -
YUV 177.36 45.41 162.7 -
System Red Green Blue C M Y K H S L
Decimal 226 181 31 0 0.20 0.86 0.11 46.15 0.77 0.5
Hex E2 B5 1F 0 14 56 B 2E 4D 32
Octal 342 265 37 0 24 126 13 56 115 62
Binary 11100010 10110101 11111 0 10100 1010110 1011 101110 1001101 110010

Color Harmonies of #E2B51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B51F

Black with #E2B51F

Text Example


Text Example

White with #E2B51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B51F; }

 p { color: rgb(226,181,31); }

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

background-color css

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

 a { background-color: rgb(226,181,31); }

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

border-color css

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

 span { border-color: rgb(226,181,31); }

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