Html Css Color HEX #E6B111 Gold Tips

📋 copy color: '#E6B111'

red 230 ◦ green 177 ◦ blue 17

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

Shades of Gold Tips #E6B111

Tints of Gold Tips #E6B111

RGB

 RED value IS 230 (90.23% from 255) = 54.25%

 GREEN value IS 177 (69.53% from 255) = 41.75%

 BLUE value IS 17 (7.03% from 255) = 4.01%

R = 54.25%
G = 41.75%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6B111 (or 0xE6B111) is known color: Gold Tips. HEX triplet: E6, B1 and 11. RGB value is (230,177,17). Sum of RGB (Red+Green+Blue) = 230+177+17=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6B111 is #194EEE. Grayscale: #AFAFAF. Windows color (decimal): -1658607 or 1159654. OLE color: 1159654.

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

Color convert

RGB 230 177 17 -
CMYK 0 0.23 0.93 0.10
HSL 45.07º 0.86% 0.48% -
HSV(B) 45.07º 0.93% 0.9% -
XYZ 48.46 48.31 7.3 -
YUV 174.61 39.06 167.51 -
System Red Green Blue C M Y K H S L
Decimal 230 177 17 0 0.23 0.93 0.10 45.07 0.86 0.48
Hex E6 B1 11 0 17 5D A 2D 56 30
Octal 346 261 21 0 27 135 12 55 126 60
Binary 11100110 10110001 10001 0 10111 1011101 1010 101101 1010110 110000

Color Harmonies of #E6B111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B111

Black with #E6B111

Text Example


Text Example

White with #E6B111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B111; }

 p { color: rgb(230,177,17); }

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

background-color css

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

 a { background-color: rgb(230,177,17); }

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

border-color css

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

 span { border-color: rgb(230,177,17); }

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