Html Css Color HEX #E2B71B Gold Tips

📋 copy color: '#E2B71B'

red 226 ◦ green 183 ◦ blue 27

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

Shades of Gold Tips #E2B71B

Tints of Gold Tips #E2B71B

RGB

 RED value IS 226 (88.67% from 255) = 51.83%

 GREEN value IS 183 (71.88% from 255) = 41.97%

 BLUE value IS 27 (10.94% from 255) = 6.19%

R = 51.83%
G = 41.97%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2B71B (or 0xE2B71B) is known color: Gold Tips. HEX triplet: E2, B7 and 1B. RGB value is (226,183,27). Sum of RGB (Red+Green+Blue) = 226+183+27=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 27 (10.94% from 255 or 6.19% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B71B is #1D48E4. Grayscale: #B2B2B2. Windows color (decimal): -1919205 or 1816546. OLE color: 1816546.

HSL color Cylindrical-coordinate representation of color #E2B71B: hue angle of 47.04º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2B71B is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 183 27 -
CMYK 0 0.19 0.88 0.11
HSL 47.04º 0.79% 0.5% -
HSV(B) 47.04º 0.88% 0.89% -
XYZ 48.5 50.11 8.15 -
YUV 178.07 42.75 162.18 -
System Red Green Blue C M Y K H S L
Decimal 226 183 27 0 0.19 0.88 0.11 47.04 0.79 0.5
Hex E2 B7 1B 0 13 58 B 2F 4F 32
Octal 342 267 33 0 23 130 13 57 117 62
Binary 11100010 10110111 11011 0 10011 1011000 1011 101111 1001111 110010

Color Harmonies of #E2B71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B71B

Black with #E2B71B

Text Example


Text Example

White with #E2B71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B71B; }

 p { color: rgb(226,183,27); }

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

background-color css

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

 a { background-color: rgb(226,183,27); }

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

border-color css

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

 span { border-color: rgb(226,183,27); }

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