Html Css Color HEX #E6B211 Gold Tips

📋 copy color: '#E6B211'

red 230 ◦ green 178 ◦ blue 17

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

Shades of Gold Tips #E6B211

Tints of Gold Tips #E6B211

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.88%

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

R = 54.12%
G = 41.88%
B = 4%

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

#E6B211 (or 0xE6B211) is known color: Gold Tips. HEX triplet: E6, B2 and 11. RGB value is (230,178,17). Sum of RGB (Red+Green+Blue) = 230+178+17=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6B211 is #194DEE. Grayscale: #AFAFAF. Windows color (decimal): -1658351 or 1159910. OLE color: 1159910.

HSL color Cylindrical-coordinate representation of color #E6B211: hue angle of 45.35º 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 #E6B211 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 178 17 -
CMYK 0 0.23 0.93 0.10
HSL 45.35º 0.86% 0.48% -
HSV(B) 45.35º 0.93% 0.9% -
XYZ 48.65 48.7 7.37 -
YUV 175.19 38.73 167.09 -
System Red Green Blue C M Y K H S L
Decimal 230 178 17 0 0.23 0.93 0.10 45.35 0.86 0.48
Hex E6 B2 11 0 17 5D A 2D 56 30
Octal 346 262 21 0 27 135 12 55 126 60
Binary 11100110 10110010 10001 0 10111 1011101 1010 101101 1010110 110000

Color Harmonies of #E6B211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B211

Black with #E6B211

Text Example


Text Example

White with #E6B211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B211; }

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

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

background-color css

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

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

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

border-color css

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

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

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