Html Css Color HEX #E6B51C Gold Tips

📋 copy color: '#E6B51C'

red 230 ◦ green 181 ◦ blue 28

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

Shades of Gold Tips #E6B51C

Tints of Gold Tips #E6B51C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.23%

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

R = 52.39%
G = 41.23%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6B51C (or 0xE6B51C) is known color: Gold Tips. HEX triplet: E6, B5 and 1C. RGB value is (230,181,28). Sum of RGB (Red+Green+Blue) = 230+181+28=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 28 (11.33% from 255 or 6.38% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B51C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B51C is #194AE3. Grayscale: #B2B2B2. Windows color (decimal): -1657572 or 1881574. OLE color: 1881574.

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

Color convert

RGB 230 181 28 -
CMYK 0 0.21 0.88 0.10
HSL 45.45º 0.8% 0.51% -
HSV(B) 45.45º 0.88% 0.9% -
XYZ 49.37 49.95 8.14 -
YUV 178.21 43.23 164.94 -
System Red Green Blue C M Y K H S L
Decimal 230 181 28 0 0.21 0.88 0.10 45.45 0.8 0.51
Hex E6 B5 1C 0 15 58 A 2D 50 33
Octal 346 265 34 0 25 130 12 55 120 63
Binary 11100110 10110101 11100 0 10101 1011000 1010 101101 1010000 110011

Color Harmonies of #E6B51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B51C

Black with #E6B51C

Text Example


Text Example

White with #E6B51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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