Html Css Color HEX #E1B318 Gold Tips

📋 copy color: '#E1B318'

red 225 ◦ green 179 ◦ blue 24

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

Shades of Gold Tips #E1B318

Tints of Gold Tips #E1B318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.61%

R = 52.57%
G = 41.82%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E1B318 (or 0xE1B318) is known color: Gold Tips. HEX triplet: E1, B3 and 18. RGB value is (225,179,24). Sum of RGB (Red+Green+Blue) = 225+179+24=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B318 is #1E4CE7. Grayscale: #AFAFAF. Windows color (decimal): -1985768 or 1618913. OLE color: 1618913.

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

Color convert

RGB 225 179 24 -
CMYK 0 0.20 0.89 0.12
HSL 46.27º 0.81% 0.49% -
HSV(B) 46.27º 0.89% 0.88% -
XYZ 47.34 48.31 7.69 -
YUV 175.08 42.74 163.6 -
System Red Green Blue C M Y K H S L
Decimal 225 179 24 0 0.20 0.89 0.12 46.27 0.81 0.49
Hex E1 B3 18 0 14 59 C 2E 51 31
Octal 341 263 30 0 24 131 14 56 121 61
Binary 11100001 10110011 11000 0 10100 1011001 1100 101110 1010001 110001

Color Harmonies of #E1B318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B318

Black with #E1B318

Text Example


Text Example

White with #E1B318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B318; }

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

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

background-color css

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

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

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

border-color css

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

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

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