Html Css Color HEX #E5B012 Gold Tips

📋 copy color: '#E5B012'

red 229 ◦ green 176 ◦ blue 18

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

Shades of Gold Tips #E5B012

Tints of Gold Tips #E5B012

RGB

 RED value IS 229 (89.84% from 255) = 54.14%

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

 BLUE value IS 18 (7.42% from 255) = 4.26%

R = 54.14%
G = 41.61%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E5B012 (or 0xE5B012) is known color: Gold Tips. HEX triplet: E5, B0 and 12. RGB value is (229,176,18). Sum of RGB (Red+Green+Blue) = 229+176+18=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5B012 is #1A4FED. Grayscale: #AEAEAE. Windows color (decimal): -1724398 or 1224933. OLE color: 1224933.

HSL color Cylindrical-coordinate representation of color #E5B012: hue angle of 44.93º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5B012 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 176 18 -
CMYK 0 0.23 0.92 0.10
HSL 44.93º 0.85% 0.48% -
HSV(B) 44.93º 0.92% 0.9% -
XYZ 47.95 47.75 7.26 -
YUV 173.84 40.06 167.35 -
System Red Green Blue C M Y K H S L
Decimal 229 176 18 0 0.23 0.92 0.10 44.93 0.85 0.48
Hex E5 B0 12 0 17 5C A 2D 55 30
Octal 345 260 22 0 27 134 12 55 125 60
Binary 11100101 10110000 10010 0 10111 1011100 1010 101101 1010101 110000

Color Harmonies of #E5B012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B012

Black with #E5B012

Text Example


Text Example

White with #E5B012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B012; }

 p { color: rgb(229,176,18); }

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

background-color css

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

 a { background-color: rgb(229,176,18); }

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

border-color css

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

 span { border-color: rgb(229,176,18); }

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