Html Css Color HEX #E3B12A Gold Tips

📋 copy color: '#E3B12A'

red 227 ◦ green 177 ◦ blue 42

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

Shades of Gold Tips #E3B12A

Tints of Gold Tips #E3B12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.42%

R = 50.9%
G = 39.69%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3B12A (or 0xE3B12A) is known color: Gold Tips. HEX triplet: E3, B1 and 2A. RGB value is (227,177,42). Sum of RGB (Red+Green+Blue) = 227+177+42=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3B12A is #1C4ED5. Grayscale: #B1B1B1. Windows color (decimal): -1855190 or 2798051. OLE color: 2798051.

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

Color convert

RGB 227 177 42 -
CMYK 0 0.22 0.81 0.11
HSL 43.78º 0.77% 0.53% -
HSV(B) 43.78º 0.81% 0.89% -
XYZ 47.82 47.94 8.92 -
YUV 176.56 52.07 163.98 -
System Red Green Blue C M Y K H S L
Decimal 227 177 42 0 0.22 0.81 0.11 43.78 0.77 0.53
Hex E3 B1 2A 0 16 51 B 2C 4D 35
Octal 343 261 52 0 26 121 13 54 115 65
Binary 11100011 10110001 101010 0 10110 1010001 1011 101100 1001101 110101

Color Harmonies of #E3B12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3B12A

Black with #E3B12A

Text Example


Text Example

White with #E3B12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3B12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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