Html Css Color HEX #E8BA20 Gold Tips

📋 copy color: '#E8BA20'

red 232 ◦ green 186 ◦ blue 32

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

Shades of Gold Tips #E8BA20

Tints of Gold Tips #E8BA20

RGB

 RED value IS 232 (91.02% from 255) = 51.56%

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

 BLUE value IS 32 (12.89% from 255) = 7.11%

R = 51.56%
G = 41.33%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E8BA20 (or 0xE8BA20) is known color: Gold Tips. HEX triplet: E8, BA and 20. RGB value is (232,186,32). Sum of RGB (Red+Green+Blue) = 232+186+32=450 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.56% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BA20 is #1745DF. Grayscale: #B6B6B6. Windows color (decimal): -1525216 or 2145000. OLE color: 2145000.

HSL color Cylindrical-coordinate representation of color #E8BA20: hue angle of 46.2º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E8BA20 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 186 32 -
CMYK 0 0.20 0.86 0.09
HSL 46.2º 0.81% 0.52% -
HSV(B) 46.2º 0.86% 0.91% -
XYZ 51.1 52.38 8.78 -
YUV 182.2 43.24 163.52 -
System Red Green Blue C M Y K H S L
Decimal 232 186 32 0 0.20 0.86 0.09 46.2 0.81 0.52
Hex E8 BA 20 0 14 56 9 2E 51 34
Octal 350 272 40 0 24 126 11 56 121 64
Binary 11101000 10111010 100000 0 10100 1010110 1001 101110 1010001 110100

Color Harmonies of #E8BA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BA20

Black with #E8BA20

Text Example


Text Example

White with #E8BA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BA20; }

 p { color: rgb(232,186,32); }

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

background-color css

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

 a { background-color: rgb(232,186,32); }

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

border-color css

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

 span { border-color: rgb(232,186,32); }

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