Html Css Color HEX #E5B12B Gold Tips

📋 copy color: '#E5B12B'

red 229 ◦ green 177 ◦ blue 43

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

Shades of Gold Tips #E5B12B

Tints of Gold Tips #E5B12B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.42%

 BLUE value IS 43 (17.19% from 255) = 9.58%

R = 51%
G = 39.42%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5B12B (or 0xE5B12B) is known color: Gold Tips. HEX triplet: E5, B1 and 2B. RGB value is (229,177,43). Sum of RGB (Red+Green+Blue) = 229+177+43=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B12B is #1A4ED4. Grayscale: #B1B1B1. Windows color (decimal): -1724117 or 2863589. OLE color: 2863589.

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

Color convert

RGB 229 177 43 -
CMYK 0 0.23 0.81 0.10
HSL 43.23º 0.78% 0.53% -
HSV(B) 43.23º 0.81% 0.9% -
XYZ 48.47 48.28 9.05 -
YUV 177.27 52.23 164.9 -
System Red Green Blue C M Y K H S L
Decimal 229 177 43 0 0.23 0.81 0.10 43.23 0.78 0.53
Hex E5 B1 2B 0 17 51 A 2B 4E 35
Octal 345 261 53 0 27 121 12 53 116 65
Binary 11100101 10110001 101011 0 10111 1010001 1010 101011 1001110 110101

Color Harmonies of #E5B12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B12B

Black with #E5B12B

Text Example


Text Example

White with #E5B12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B12B; }

 p { color: rgb(229,177,43); }

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

background-color css

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

 a { background-color: rgb(229,177,43); }

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

border-color css

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

 span { border-color: rgb(229,177,43); }

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