Html Css Color HEX #E6B416 Gold Tips

📋 copy color: '#E6B416'

red 230 ◦ green 180 ◦ blue 22

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

Shades of Gold Tips #E6B416

Tints of Gold Tips #E6B416

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.67%

 BLUE value IS 22 (8.98% from 255) = 5.09%

R = 53.24%
G = 41.67%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E6B416 (or 0xE6B416) is known color: Gold Tips. HEX triplet: E6, B4 and 16. RGB value is (230,180,22). Sum of RGB (Red+Green+Blue) = 230+180+22=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6B416 is #194BE9. Grayscale: #B1B1B1. Windows color (decimal): -1657834 or 1488102. OLE color: 1488102.

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

Color convert

RGB 230 180 22 -
CMYK 0 0.22 0.90 0.10
HSL 45.58º 0.83% 0.49% -
HSV(B) 45.58º 0.9% 0.9% -
XYZ 49.1 49.52 7.73 -
YUV 176.94 40.57 165.85 -
System Red Green Blue C M Y K H S L
Decimal 230 180 22 0 0.22 0.90 0.10 45.58 0.83 0.49
Hex E6 B4 16 0 16 5A A 2E 53 31
Octal 346 264 26 0 26 132 12 56 123 61
Binary 11100110 10110100 10110 0 10110 1011010 1010 101110 1010011 110001

Color Harmonies of #E6B416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B416

Black with #E6B416

Text Example


Text Example

White with #E6B416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B416; }

 p { color: rgb(230,180,22); }

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

background-color css

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

 a { background-color: rgb(230,180,22); }

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

border-color css

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

 span { border-color: rgb(230,180,22); }

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