Html Css Color HEX #E5B12A Gold Tips

📋 copy color: '#E5B12A'

red 229 ◦ green 177 ◦ blue 42

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

Shades of Gold Tips #E5B12A

Tints of Gold Tips #E5B12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.38%

R = 51.12%
G = 39.51%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5B12A (or 0xE5B12A) is known color: Gold Tips. HEX triplet: E5, B1 and 2A. RGB value is (229,177,42). Sum of RGB (Red+Green+Blue) = 229+177+42=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B12A is #1A4ED5. Grayscale: #B1B1B1. Windows color (decimal): -1724118 or 2798053. OLE color: 2798053.

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

Color convert

RGB 229 177 42 -
CMYK 0 0.23 0.82 0.10
HSL 43.32º 0.78% 0.53% -
HSV(B) 43.32º 0.82% 0.9% -
XYZ 48.45 48.27 8.95 -
YUV 177.16 51.73 164.98 -
System Red Green Blue C M Y K H S L
Decimal 229 177 42 0 0.23 0.82 0.10 43.32 0.78 0.53
Hex E5 B1 2A 0 17 52 A 2B 4E 35
Octal 345 261 52 0 27 122 12 53 116 65
Binary 11100101 10110001 101010 0 10111 1010010 1010 101011 1001110 110101

Color Harmonies of #E5B12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B12A

Black with #E5B12A

Text Example


Text Example

White with #E5B12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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