Html Css Color HEX #E2B21F Gold Tips

📋 copy color: '#E2B21F'

red 226 ◦ green 178 ◦ blue 31

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

Shades of Gold Tips #E2B21F

Tints of Gold Tips #E2B21F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.92%

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

R = 51.95%
G = 40.92%
B = 7.13%

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

#E2B21F (or 0xE2B21F) is known color: Gold Tips. HEX triplet: E2, B2 and 1F. RGB value is (226,178,31). Sum of RGB (Red+Green+Blue) = 226+178+31=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B21F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B21F is #1D4DE0. Grayscale: #B0B0B0. Windows color (decimal): -1920481 or 2077410. OLE color: 2077410.

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

Color convert

RGB 226 178 31 -
CMYK 0 0.21 0.86 0.11
HSL 45.23º 0.77% 0.5% -
HSV(B) 45.23º 0.86% 0.89% -
XYZ 47.53 48.11 8.08 -
YUV 175.59 46.4 163.95 -
System Red Green Blue C M Y K H S L
Decimal 226 178 31 0 0.21 0.86 0.11 45.23 0.77 0.5
Hex E2 B2 1F 0 15 56 B 2D 4D 32
Octal 342 262 37 0 25 126 13 55 115 62
Binary 11100010 10110010 11111 0 10101 1010110 1011 101101 1001101 110010

Color Harmonies of #E2B21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B21F

Black with #E2B21F

Text Example


Text Example

White with #E2B21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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