Html Css Color HEX #E6B313 Gold Tips

📋 copy color: '#E6B313'

red 230 ◦ green 179 ◦ blue 19

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

Shades of Gold Tips #E6B313

Tints of Gold Tips #E6B313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.82%

 BLUE value IS 19 (7.81% from 255) = 4.44%

R = 53.74%
G = 41.82%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E6B313 (or 0xE6B313) is known color: Gold Tips. HEX triplet: E6, B3 and 13. RGB value is (230,179,19). Sum of RGB (Red+Green+Blue) = 230+179+19=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 19 (7.81% from 255 or 4.44% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6B313 is #194CEC. Grayscale: #B0B0B0. Windows color (decimal): -1658093 or 1291238. OLE color: 1291238.

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

Color convert

RGB 230 179 19 -
CMYK 0 0.22 0.92 0.10
HSL 45.5º 0.85% 0.49% -
HSV(B) 45.5º 0.92% 0.9% -
XYZ 48.87 49.11 7.52 -
YUV 176.01 39.4 166.51 -
System Red Green Blue C M Y K H S L
Decimal 230 179 19 0 0.22 0.92 0.10 45.5 0.85 0.49
Hex E6 B3 13 0 16 5C A 2D 55 31
Octal 346 263 23 0 26 134 12 55 125 61
Binary 11100110 10110011 10011 0 10110 1011100 1010 101101 1010101 110001

Color Harmonies of #E6B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B313

Black with #E6B313

Text Example


Text Example

White with #E6B313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B313; }

 p { color: rgb(230,179,19); }

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

background-color css

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

 a { background-color: rgb(230,179,19); }

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

border-color css

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

 span { border-color: rgb(230,179,19); }

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