Html Css Color HEX #E6B213 Gold Tips

📋 copy color: '#E6B213'

red 230 ◦ green 178 ◦ blue 19

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

Shades of Gold Tips #E6B213

Tints of Gold Tips #E6B213

RGB

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

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

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

R = 53.86%
G = 41.69%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E6B213 (or 0xE6B213) is known color: Gold Tips. HEX triplet: E6, B2 and 13. RGB value is (230,178,19). Sum of RGB (Red+Green+Blue) = 230+178+19=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 19 (7.81% from 255 or 4.45% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6B213 is #194DEC. Grayscale: #B0B0B0. Windows color (decimal): -1658349 or 1290982. OLE color: 1290982.

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

Color convert

RGB 230 178 19 -
CMYK 0 0.23 0.92 0.10
HSL 45.21º 0.85% 0.49% -
HSV(B) 45.21º 0.92% 0.9% -
XYZ 48.67 48.71 7.45 -
YUV 175.42 39.73 166.93 -
System Red Green Blue C M Y K H S L
Decimal 230 178 19 0 0.23 0.92 0.10 45.21 0.85 0.49
Hex E6 B2 13 0 17 5C A 2D 55 31
Octal 346 262 23 0 27 134 12 55 125 61
Binary 11100110 10110010 10011 0 10111 1011100 1010 101101 1010101 110001

Color Harmonies of #E6B213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B213

Black with #E6B213

Text Example


Text Example

White with #E6B213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B213; }

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

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

background-color css

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

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

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

border-color css

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

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

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