Html Css Color HEX #E5B42B Gold Tips

📋 copy color: '#E5B42B'

red 229 ◦ green 180 ◦ blue 43

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

Shades of Gold Tips #E5B42B

Tints of Gold Tips #E5B42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.82%

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

R = 50.66%
G = 39.82%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5B42B (or 0xE5B42B) is known color: Gold Tips. HEX triplet: E5, B4 and 2B. RGB value is (229,180,43). Sum of RGB (Red+Green+Blue) = 229+180+43=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 43 (17.19% from 255 or 9.51% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B42B is #1A4BD4. Grayscale: #B3B3B3. Windows color (decimal): -1723349 or 2864357. OLE color: 2864357.

HSL color Cylindrical-coordinate representation of color #E5B42B: hue angle of 44.19º 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 #E5B42B is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 180 43 -
CMYK 0 0.21 0.81 0.10
HSL 44.19º 0.78% 0.53% -
HSV(B) 44.19º 0.81% 0.9% -
XYZ 49.07 49.47 9.25 -
YUV 179.03 51.23 163.64 -
System Red Green Blue C M Y K H S L
Decimal 229 180 43 0 0.21 0.81 0.10 44.19 0.78 0.53
Hex E5 B4 2B 0 15 51 A 2C 4E 35
Octal 345 264 53 0 25 121 12 54 116 65
Binary 11100101 10110100 101011 0 10101 1010001 1010 101100 1001110 110101

Color Harmonies of #E5B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B42B

Black with #E5B42B

Text Example


Text Example

White with #E5B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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