Html Css Color HEX #E2B220 Gold Tips

📋 copy color: '#E2B220'

red 226 ◦ green 178 ◦ blue 32

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

Shades of Gold Tips #E2B220

Tints of Gold Tips #E2B220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.34%

R = 51.83%
G = 40.83%
B = 7.34%

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

#E2B220 (or 0xE2B220) is known color: Gold Tips. HEX triplet: E2, B2 and 20. RGB value is (226,178,32). Sum of RGB (Red+Green+Blue) = 226+178+32=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B220 is #1D4DDF. Grayscale: #B0B0B0. Windows color (decimal): -1920480 or 2142946. OLE color: 2142946.

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

Color convert

RGB 226 178 32 -
CMYK 0 0.21 0.86 0.11
HSL 45.15º 0.77% 0.51% -
HSV(B) 45.15º 0.86% 0.89% -
XYZ 47.55 48.11 8.15 -
YUV 175.71 46.9 163.87 -
System Red Green Blue C M Y K H S L
Decimal 226 178 32 0 0.21 0.86 0.11 45.15 0.77 0.51
Hex E2 B2 20 0 15 56 B 2D 4D 33
Octal 342 262 40 0 25 126 13 55 115 63
Binary 11100010 10110010 100000 0 10101 1010110 1011 101101 1001101 110011

Color Harmonies of #E2B220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B220

Black with #E2B220

Text Example


Text Example

White with #E2B220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B220; }

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

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

background-color css

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

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

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

border-color css

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

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

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