Html Css Color HEX #E1B72A Gold Tips

📋 copy color: '#E1B72A'

red 225 ◦ green 183 ◦ blue 42

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

Shades of Gold Tips #E1B72A

Tints of Gold Tips #E1B72A

RGB

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

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

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

R = 50%
G = 40.67%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1B72A (or 0xE1B72A) is known color: Gold Tips. HEX triplet: E1, B7 and 2A. RGB value is (225,183,42). Sum of RGB (Red+Green+Blue) = 225+183+42=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 42 (16.80% from 255 or 9.33% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B72A is #1E48D5. Grayscale: #B4B4B4. Windows color (decimal): -1984726 or 2799585. OLE color: 2799585.

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

Color convert

RGB 225 183 42 -
CMYK 0 0.19 0.81 0.12
HSL 46.23º 0.75% 0.52% -
HSV(B) 46.23º 0.81% 0.88% -
XYZ 48.4 50.04 9.3 -
YUV 179.48 50.41 160.46 -
System Red Green Blue C M Y K H S L
Decimal 225 183 42 0 0.19 0.81 0.12 46.23 0.75 0.52
Hex E1 B7 2A 0 13 51 C 2E 4B 34
Octal 341 267 52 0 23 121 14 56 113 64
Binary 11100001 10110111 101010 0 10011 1010001 1100 101110 1001011 110100

Color Harmonies of #E1B72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B72A

Black with #E1B72A

Text Example


Text Example

White with #E1B72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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