Html Css Color HEX #E6AB1C Gold Tips

📋 copy color: '#E6AB1C'

red 230 ◦ green 171 ◦ blue 28

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

Shades of Gold Tips #E6AB1C

Tints of Gold Tips #E6AB1C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.86%

 BLUE value IS 28 (11.33% from 255) = 6.53%

R = 53.61%
G = 39.86%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6AB1C (or 0xE6AB1C) is known color: Gold Tips. HEX triplet: E6, AB and 1C. RGB value is (230,171,28). Sum of RGB (Red+Green+Blue) = 230+171+28=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AB1C is #1954E3. Grayscale: #ACACAC. Windows color (decimal): -1660132 or 1879014. OLE color: 1879014.

HSL color Cylindrical-coordinate representation of color #E6AB1C: hue angle of 42.48º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6AB1C is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 171 28 -
CMYK 0 0.26 0.88 0.10
HSL 42.48º 0.8% 0.51% -
HSV(B) 42.48º 0.88% 0.9% -
XYZ 47.41 46.03 7.49 -
YUV 172.34 46.55 169.13 -
System Red Green Blue C M Y K H S L
Decimal 230 171 28 0 0.26 0.88 0.10 42.48 0.8 0.51
Hex E6 AB 1C 0 1A 58 A 2A 50 33
Octal 346 253 34 0 32 130 12 52 120 63
Binary 11100110 10101011 11100 0 11010 1011000 1010 101010 1010000 110011

Color Harmonies of #E6AB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AB1C

Black with #E6AB1C

Text Example


Text Example

White with #E6AB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AB1C; }

 p { color: rgb(230,171,28); }

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

background-color css

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

 a { background-color: rgb(230,171,28); }

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

border-color css

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

 span { border-color: rgb(230,171,28); }

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