Html Css Color HEX #E3B32A Gold Tips

📋 copy color: '#E3B32A'

red 227 ◦ green 179 ◦ blue 42

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

Shades of Gold Tips #E3B32A

Tints of Gold Tips #E3B32A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.96%

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

R = 50.67%
G = 39.96%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3B32A (or 0xE3B32A) is known color: Gold Tips. HEX triplet: E3, B3 and 2A. RGB value is (227,179,42). Sum of RGB (Red+Green+Blue) = 227+179+42=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3B32A is #1C4CD5. Grayscale: #B2B2B2. Windows color (decimal): -1854678 or 2798563. OLE color: 2798563.

HSL color Cylindrical-coordinate representation of color #E3B32A: hue angle of 44.43º 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 #E3B32A is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 179 42 -
CMYK 0 0.21 0.81 0.11
HSL 44.43º 0.77% 0.53% -
HSV(B) 44.43º 0.81% 0.89% -
XYZ 48.22 48.74 9.06 -
YUV 177.73 51.4 163.14 -
System Red Green Blue C M Y K H S L
Decimal 227 179 42 0 0.21 0.81 0.11 44.43 0.77 0.53
Hex E3 B3 2A 0 15 51 B 2C 4D 35
Octal 343 263 52 0 25 121 13 54 115 65
Binary 11100011 10110011 101010 0 10101 1010001 1011 101100 1001101 110101

Color Harmonies of #E3B32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3B32A

Black with #E3B32A

Text Example


Text Example

White with #E3B32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3B32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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