Html Css Color HEX #E3B114 Gold Tips

📋 copy color: '#E3B114'

red 227 ◦ green 177 ◦ blue 20

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

Shades of Gold Tips #E3B114

Tints of Gold Tips #E3B114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.72%

R = 53.54%
G = 41.75%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E3B114 (or 0xE3B114) is known color: Gold Tips. HEX triplet: E3, B1 and 14. RGB value is (227,177,20). Sum of RGB (Red+Green+Blue) = 227+177+20=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3B114 is #1C4EEB. Grayscale: #AEAEAE. Windows color (decimal): -1855212 or 1356259. OLE color: 1356259.

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

Color convert

RGB 227 177 20 -
CMYK 0 0.22 0.91 0.11
HSL 45.51º 0.84% 0.48% -
HSV(B) 45.51º 0.91% 0.89% -
XYZ 47.53 47.83 7.39 -
YUV 174.05 41.07 165.77 -
System Red Green Blue C M Y K H S L
Decimal 227 177 20 0 0.22 0.91 0.11 45.51 0.84 0.48
Hex E3 B1 14 0 16 5B B 2E 54 30
Octal 343 261 24 0 26 133 13 56 124 60
Binary 11100011 10110001 10100 0 10110 1011011 1011 101110 1010100 110000

Color Harmonies of #E3B114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3B114

Black with #E3B114

Text Example


Text Example

White with #E3B114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3B114; }

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

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

background-color css

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

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

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

border-color css

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

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

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