Html Css Color HEX #E6B11C Gold Tips

📋 copy color: '#E6B11C'

red 230 ◦ green 177 ◦ blue 28

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

Shades of Gold Tips #E6B11C

Tints of Gold Tips #E6B11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.44%

R = 52.87%
G = 40.69%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6B11C (or 0xE6B11C) is known color: Gold Tips. HEX triplet: E6, B1 and 1C. RGB value is (230,177,28). Sum of RGB (Red+Green+Blue) = 230+177+28=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 28 (11.33% from 255 or 6.44% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B11C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6B11C is #194EE3. Grayscale: #B0B0B0. Windows color (decimal): -1658596 or 1880550. OLE color: 1880550.

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

Color convert

RGB 230 177 28 -
CMYK 0 0.23 0.88 0.10
HSL 44.26º 0.8% 0.51% -
HSV(B) 44.26º 0.88% 0.9% -
XYZ 48.56 48.35 7.87 -
YUV 175.86 44.56 166.62 -
System Red Green Blue C M Y K H S L
Decimal 230 177 28 0 0.23 0.88 0.10 44.26 0.8 0.51
Hex E6 B1 1C 0 17 58 A 2C 50 33
Octal 346 261 34 0 27 130 12 54 120 63
Binary 11100110 10110001 11100 0 10111 1011000 1010 101100 1010000 110011

Color Harmonies of #E6B11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B11C

Black with #E6B11C

Text Example


Text Example

White with #E6B11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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