Html Css Color HEX #E4BA1F Gold Tips

📋 copy color: '#E4BA1F'

red 228 ◦ green 186 ◦ blue 31

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

Shades of Gold Tips #E4BA1F

Tints of Gold Tips #E4BA1F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.8%

 BLUE value IS 31 (12.5% from 255) = 6.97%

R = 51.24%
G = 41.8%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E4BA1F (or 0xE4BA1F) is known color: Gold Tips. HEX triplet: E4, BA and 1F. RGB value is (228,186,31). Sum of RGB (Red+Green+Blue) = 228+186+31=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 31 (12.5% from 255 or 6.97% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4BA1F is #1B45E0. Grayscale: #B5B5B5. Windows color (decimal): -1787361 or 2079460. OLE color: 2079460.

HSL color Cylindrical-coordinate representation of color #E4BA1F: hue angle of 47.21º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4BA1F is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 186 31 -
CMYK 0 0.18 0.86 0.11
HSL 47.21º 0.78% 0.51% -
HSV(B) 47.21º 0.86% 0.89% -
XYZ 49.8 51.71 8.65 -
YUV 180.89 43.41 161.6 -
System Red Green Blue C M Y K H S L
Decimal 228 186 31 0 0.18 0.86 0.11 47.21 0.78 0.51
Hex E4 BA 1F 0 12 56 B 2F 4E 33
Octal 344 272 37 0 22 126 13 57 116 63
Binary 11100100 10111010 11111 0 10010 1010110 1011 101111 1001110 110011

Color Harmonies of #E4BA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BA1F

Black with #E4BA1F

Text Example


Text Example

White with #E4BA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BA1F; }

 p { color: rgb(228,186,31); }

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

background-color css

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

 a { background-color: rgb(228,186,31); }

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

border-color css

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

 span { border-color: rgb(228,186,31); }

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