Html Css Color HEX #E1B72C Gold Tips

📋 copy color: '#E1B72C'

red 225 ◦ green 183 ◦ blue 44

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

Shades of Gold Tips #E1B72C

Tints of Gold Tips #E1B72C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.73%

R = 49.78%
G = 40.49%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1B72C (or 0xE1B72C) is known color: Gold Tips. HEX triplet: E1, B7 and 2C. RGB value is (225,183,44). Sum of RGB (Red+Green+Blue) = 225+183+44=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B72C is #1E48D3. Grayscale: #B4B4B4. Windows color (decimal): -1984724 or 2930657. OLE color: 2930657.

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

Color convert

RGB 225 183 44 -
CMYK 0 0.19 0.80 0.12
HSL 46.08º 0.75% 0.53% -
HSV(B) 46.08º 0.8% 0.88% -
XYZ 48.44 50.06 9.49 -
YUV 179.71 51.41 160.3 -
System Red Green Blue C M Y K H S L
Decimal 225 183 44 0 0.19 0.80 0.12 46.08 0.75 0.53
Hex E1 B7 2C 0 13 50 C 2E 4B 35
Octal 341 267 54 0 23 120 14 56 113 65
Binary 11100001 10110111 101100 0 10011 1010000 1100 101110 1001011 110101

Color Harmonies of #E1B72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B72C

Black with #E1B72C

Text Example


Text Example

White with #E1B72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B72C; }

 p { color: rgb(225,183,44); }

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

background-color css

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

 a { background-color: rgb(225,183,44); }

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

border-color css

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

 span { border-color: rgb(225,183,44); }

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