Html Css Color HEX #E1B232 Gold Tips

📋 copy color: '#E1B232'

red 225 ◦ green 178 ◦ blue 50

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

Shades of Gold Tips #E1B232

Tints of Gold Tips #E1B232

RGB

 RED value IS 225 (88.28% from 255) = 49.67%

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

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

R = 49.67%
G = 39.29%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E1B232 (or 0xE1B232) is known color: Gold Tips. HEX triplet: E1, B2 and 32. RGB value is (225,178,50). Sum of RGB (Red+Green+Blue) = 225+178+50=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1B232 is #1E4DCD. Grayscale: #B2B2B2. Windows color (decimal): -1985998 or 3322593. OLE color: 3322593.

HSL color Cylindrical-coordinate representation of color #E1B232: hue angle of 43.89º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1B232 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 178 50 -
CMYK 0 0.21 0.78 0.12
HSL 43.89º 0.74% 0.54% -
HSV(B) 43.89º 0.78% 0.88% -
XYZ 47.55 48.08 9.79 -
YUV 177.46 56.07 161.91 -
System Red Green Blue C M Y K H S L
Decimal 225 178 50 0 0.21 0.78 0.12 43.89 0.74 0.54
Hex E1 B2 32 0 15 4E C 2C 4A 36
Octal 341 262 62 0 25 116 14 54 112 66
Binary 11100001 10110010 110010 0 10101 1001110 1100 101100 1001010 110110

Color Harmonies of #E1B232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B232

Black with #E1B232

Text Example


Text Example

White with #E1B232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B232; }

 p { color: rgb(225,178,50); }

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

background-color css

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

 a { background-color: rgb(225,178,50); }

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

border-color css

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

 span { border-color: rgb(225,178,50); }

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