Html Css Color HEX #E2B31F Gold Tips

📋 copy color: '#E2B31F'

red 226 ◦ green 179 ◦ blue 31

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

Shades of Gold Tips #E2B31F

Tints of Gold Tips #E2B31F

RGB

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

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

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

R = 51.83%
G = 41.06%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2B31F (or 0xE2B31F) is known color: Gold Tips. HEX triplet: E2, B3 and 1F. RGB value is (226,179,31). Sum of RGB (Red+Green+Blue) = 226+179+31=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B31F is #1D4CE0. Grayscale: #B0B0B0. Windows color (decimal): -1920225 or 2077666. OLE color: 2077666.

HSL color Cylindrical-coordinate representation of color #E2B31F: hue angle of 45.54º 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 #E2B31F is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 179 31 -
CMYK 0 0.21 0.86 0.11
HSL 45.54º 0.77% 0.5% -
HSV(B) 45.54º 0.86% 0.89% -
XYZ 47.73 48.51 8.14 -
YUV 176.18 46.07 163.53 -
System Red Green Blue C M Y K H S L
Decimal 226 179 31 0 0.21 0.86 0.11 45.54 0.77 0.5
Hex E2 B3 1F 0 15 56 B 2E 4D 32
Octal 342 263 37 0 25 126 13 56 115 62
Binary 11100010 10110011 11111 0 10101 1010110 1011 101110 1001101 110010

Color Harmonies of #E2B31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B31F

Black with #E2B31F

Text Example


Text Example

White with #E2B31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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