Html Css Color HEX #E3B132 Gold Tips

📋 copy color: '#E3B132'

red 227 ◦ green 177 ◦ blue 50

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

Shades of Gold Tips #E3B132

Tints of Gold Tips #E3B132

RGB

 RED value IS 227 (89.06% from 255) = 50%

 GREEN value IS 177 (69.53% from 255) = 38.99%

 BLUE value IS 50 (19.92% from 255) = 11.01%

R = 50%
G = 38.99%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E3B132 (or 0xE3B132) is known color: Gold Tips. HEX triplet: E3, B1 and 32. RGB value is (227,177,50). Sum of RGB (Red+Green+Blue) = 227+177+50=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3B132 is #1C4ECD. Grayscale: #B2B2B2. Windows color (decimal): -1855182 or 3322339. OLE color: 3322339.

HSL color Cylindrical-coordinate representation of color #E3B132: hue angle of 43.05º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E3B132 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 177 50 -
CMYK 0 0.22 0.78 0.11
HSL 43.05º 0.76% 0.54% -
HSV(B) 43.05º 0.78% 0.89% -
XYZ 47.98 48.01 9.75 -
YUV 177.47 56.07 163.33 -
System Red Green Blue C M Y K H S L
Decimal 227 177 50 0 0.22 0.78 0.11 43.05 0.76 0.54
Hex E3 B1 32 0 16 4E B 2B 4C 36
Octal 343 261 62 0 26 116 13 53 114 66
Binary 11100011 10110001 110010 0 10110 1001110 1011 101011 1001100 110110

Color Harmonies of #E3B132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3B132

Black with #E3B132

Text Example


Text Example

White with #E3B132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3B132; }

 p { color: rgb(227,177,50); }

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

background-color css

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

 a { background-color: rgb(227,177,50); }

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

border-color css

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

 span { border-color: rgb(227,177,50); }

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