Html Css Color HEX #E1B022 Gold Tips

📋 copy color: '#E1B022'

red 225 ◦ green 176 ◦ blue 34

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

Shades of Gold Tips #E1B022

Tints of Gold Tips #E1B022

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.46%

 BLUE value IS 34 (13.67% from 255) = 7.82%

R = 51.72%
G = 40.46%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E1B022 (or 0xE1B022) is known color: Gold Tips. HEX triplet: E1, B0 and 22. RGB value is (225,176,34). Sum of RGB (Red+Green+Blue) = 225+176+34=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1B022 is #1E4FDD. Grayscale: #AFAFAF. Windows color (decimal): -1986526 or 2273505. OLE color: 2273505.

HSL color Cylindrical-coordinate representation of color #E1B022: hue angle of 44.61º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1B022 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 176 34 -
CMYK 0 0.22 0.85 0.12
HSL 44.61º 0.76% 0.51% -
HSV(B) 44.61º 0.85% 0.88% -
XYZ 46.87 47.17 8.15 -
YUV 174.46 48.73 164.05 -
System Red Green Blue C M Y K H S L
Decimal 225 176 34 0 0.22 0.85 0.12 44.61 0.76 0.51
Hex E1 B0 22 0 16 55 C 2D 4C 33
Octal 341 260 42 0 26 125 14 55 114 63
Binary 11100001 10110000 100010 0 10110 1010101 1100 101101 1001100 110011

Color Harmonies of #E1B022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B022

Black with #E1B022

Text Example


Text Example

White with #E1B022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B022; }

 p { color: rgb(225,176,34); }

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

background-color css

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

 a { background-color: rgb(225,176,34); }

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

border-color css

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

 span { border-color: rgb(225,176,34); }

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