Html Css Color HEX #E5B015 Gold Tips

📋 copy color: '#E5B015'

red 229 ◦ green 176 ◦ blue 21

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

Shades of Gold Tips #E5B015

Tints of Gold Tips #E5B015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.93%

R = 53.76%
G = 41.31%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E5B015 (or 0xE5B015) is known color: Gold Tips. HEX triplet: E5, B0 and 15. RGB value is (229,176,21). Sum of RGB (Red+Green+Blue) = 229+176+21=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5B015 is #1A4FEA. Grayscale: #AEAEAE. Windows color (decimal): -1724395 or 1421541. OLE color: 1421541.

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

Color convert

RGB 229 176 21 -
CMYK 0 0.23 0.91 0.10
HSL 44.71º 0.83% 0.49% -
HSV(B) 44.71º 0.91% 0.9% -
XYZ 47.97 47.76 7.4 -
YUV 174.18 41.56 167.1 -
System Red Green Blue C M Y K H S L
Decimal 229 176 21 0 0.23 0.91 0.10 44.71 0.83 0.49
Hex E5 B0 15 0 17 5B A 2D 53 31
Octal 345 260 25 0 27 133 12 55 123 61
Binary 11100101 10110000 10101 0 10111 1011011 1010 101101 1010011 110001

Color Harmonies of #E5B015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B015

Black with #E5B015

Text Example


Text Example

White with #E5B015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B015; }

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

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

background-color css

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

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

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

border-color css

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

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

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