Html Css Color HEX #E6B214 Gold Tips

📋 copy color: '#E6B214'

red 230 ◦ green 178 ◦ blue 20

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

Shades of Gold Tips #E6B214

Tints of Gold Tips #E6B214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.67%

R = 53.74%
G = 41.59%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E6B214 (or 0xE6B214) is known color: Gold Tips. HEX triplet: E6, B2 and 14. RGB value is (230,178,20). Sum of RGB (Red+Green+Blue) = 230+178+20=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6B214 is #194DEB. Grayscale: #B0B0B0. Windows color (decimal): -1658348 or 1356518. OLE color: 1356518.

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

Color convert

RGB 230 178 20 -
CMYK 0 0.23 0.91 0.10
HSL 45.14º 0.84% 0.49% -
HSV(B) 45.14º 0.91% 0.9% -
XYZ 48.68 48.71 7.5 -
YUV 175.54 40.23 166.85 -
System Red Green Blue C M Y K H S L
Decimal 230 178 20 0 0.23 0.91 0.10 45.14 0.84 0.49
Hex E6 B2 14 0 17 5B A 2D 54 31
Octal 346 262 24 0 27 133 12 55 124 61
Binary 11100110 10110010 10100 0 10111 1011011 1010 101101 1010100 110001

Color Harmonies of #E6B214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B214

Black with #E6B214

Text Example


Text Example

White with #E6B214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B214; }

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

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

background-color css

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

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

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

border-color css

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

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

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