Html Css Color HEX #E1B323 Gold Tips

📋 copy color: '#E1B323'

red 225 ◦ green 179 ◦ blue 35

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

Shades of Gold Tips #E1B323

Tints of Gold Tips #E1B323

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.77%

 BLUE value IS 35 (14.06% from 255) = 7.97%

R = 51.25%
G = 40.77%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E1B323 (or 0xE1B323) is known color: Gold Tips. HEX triplet: E1, B3 and 23. RGB value is (225,179,35). Sum of RGB (Red+Green+Blue) = 225+179+35=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 35 (14.06% from 255 or 7.97% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B323 is #1E4CDC. Grayscale: #B0B0B0. Windows color (decimal): -1985757 or 2339809. OLE color: 2339809.

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

Color convert

RGB 225 179 35 -
CMYK 0 0.20 0.84 0.12
HSL 45.47º 0.76% 0.51% -
HSV(B) 45.47º 0.84% 0.88% -
XYZ 47.47 48.37 8.42 -
YUV 176.34 48.24 162.71 -
System Red Green Blue C M Y K H S L
Decimal 225 179 35 0 0.20 0.84 0.12 45.47 0.76 0.51
Hex E1 B3 23 0 14 54 C 2D 4C 33
Octal 341 263 43 0 24 124 14 55 114 63
Binary 11100001 10110011 100011 0 10100 1010100 1100 101101 1001100 110011

Color Harmonies of #E1B323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B323

Black with #E1B323

Text Example


Text Example

White with #E1B323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B323; }

 p { color: rgb(225,179,35); }

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

background-color css

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

 a { background-color: rgb(225,179,35); }

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

border-color css

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

 span { border-color: rgb(225,179,35); }

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