Html Css Color HEX #E1B61B Gold Tips

📋 copy color: '#E1B61B'

red 225 ◦ green 182 ◦ blue 27

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

Shades of Gold Tips #E1B61B

Tints of Gold Tips #E1B61B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.94%

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

R = 51.84%
G = 41.94%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1B61B (or 0xE1B61B) is known color: Gold Tips. HEX triplet: E1, B6 and 1B. RGB value is (225,182,27). Sum of RGB (Red+Green+Blue) = 225+182+27=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 27 (10.94% from 255 or 6.22% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B61B is #1E49E4. Grayscale: #B1B1B1. Windows color (decimal): -1984997 or 1816289. OLE color: 1816289.

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

Color convert

RGB 225 182 27 -
CMYK 0 0.19 0.88 0.12
HSL 46.97º 0.79% 0.49% -
HSV(B) 46.97º 0.88% 0.88% -
XYZ 47.98 49.54 8.07 -
YUV 177.19 43.25 162.1 -
System Red Green Blue C M Y K H S L
Decimal 225 182 27 0 0.19 0.88 0.12 46.97 0.79 0.49
Hex E1 B6 1B 0 13 58 C 2F 4F 31
Octal 341 266 33 0 23 130 14 57 117 61
Binary 11100001 10110110 11011 0 10011 1011000 1100 101111 1001111 110001

Color Harmonies of #E1B61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B61B

Black with #E1B61B

Text Example


Text Example

White with #E1B61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B61B; }

 p { color: rgb(225,182,27); }

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

background-color css

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

 a { background-color: rgb(225,182,27); }

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

border-color css

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

 span { border-color: rgb(225,182,27); }

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