Html Css Color HEX #E4B014 Gold Tips

📋 copy color: '#E4B014'

red 228 ◦ green 176 ◦ blue 20

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

Shades of Gold Tips #E4B014

Tints of Gold Tips #E4B014

RGB

 RED value IS 228 (89.45% from 255) = 53.77%

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

 BLUE value IS 20 (8.2% from 255) = 4.72%

R = 53.77%
G = 41.51%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E4B014 (or 0xE4B014) is known color: Gold Tips. HEX triplet: E4, B0 and 14. RGB value is (228,176,20). Sum of RGB (Red+Green+Blue) = 228+176+20=424 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.77% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4B014 is #1B4FEB. Grayscale: #AEAEAE. Windows color (decimal): -1789932 or 1356004. OLE color: 1356004.

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

Color convert

RGB 228 176 20 -
CMYK 0 0.23 0.91 0.11
HSL 45º 0.84% 0.49% -
HSV(B) 45º 0.91% 0.89% -
XYZ 47.65 47.6 7.34 -
YUV 173.76 41.23 166.68 -
System Red Green Blue C M Y K H S L
Decimal 228 176 20 0 0.23 0.91 0.11 45 0.84 0.49
Hex E4 B0 14 0 17 5B B 2D 54 31
Octal 344 260 24 0 27 133 13 55 124 61
Binary 11100100 10110000 10100 0 10111 1011011 1011 101101 1010100 110001

Color Harmonies of #E4B014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4B014

Black with #E4B014

Text Example


Text Example

White with #E4B014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4B014; }

 p { color: rgb(228,176,20); }

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

background-color css

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

 a { background-color: rgb(228,176,20); }

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

border-color css

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

 span { border-color: rgb(228,176,20); }

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