Html Css Color HEX #E5B42D Gold Tips

📋 copy color: '#E5B42D'

red 229 ◦ green 180 ◦ blue 45

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

Shades of Gold Tips #E5B42D

Tints of Gold Tips #E5B42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.91%

R = 50.44%
G = 39.65%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5B42D (or 0xE5B42D) is known color: Gold Tips. HEX triplet: E5, B4 and 2D. RGB value is (229,180,45). Sum of RGB (Red+Green+Blue) = 229+180+45=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B42D is #1A4BD2. Grayscale: #B3B3B3. Windows color (decimal): -1723347 or 2995429. OLE color: 2995429.

HSL color Cylindrical-coordinate representation of color #E5B42D: hue angle of 44.02º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5B42D is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 180 45 -
CMYK 0 0.21 0.80 0.10
HSL 44.02º 0.78% 0.54% -
HSV(B) 44.02º 0.8% 0.9% -
XYZ 49.11 49.49 9.45 -
YUV 179.26 52.23 163.48 -
System Red Green Blue C M Y K H S L
Decimal 229 180 45 0 0.21 0.80 0.10 44.02 0.78 0.54
Hex E5 B4 2D 0 15 50 A 2C 4E 36
Octal 345 264 55 0 25 120 12 54 116 66
Binary 11100101 10110100 101101 0 10101 1010000 1010 101100 1001110 110110

Color Harmonies of #E5B42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B42D

Black with #E5B42D

Text Example


Text Example

White with #E5B42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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