Html Css Color HEX #ECB11C Gold Tips

📋 copy color: '#ECB11C'

red 236 ◦ green 177 ◦ blue 28

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

Shades of Gold Tips #ECB11C

Tints of Gold Tips #ECB11C

RGB

 RED value IS 236 (92.58% from 255) = 53.51%

 GREEN value IS 177 (69.53% from 255) = 40.14%

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

R = 53.51%
G = 40.14%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ECB11C (or 0xECB11C) is known color: Gold Tips. HEX triplet: EC, B1 and 1C. RGB value is (236,177,28). Sum of RGB (Red+Green+Blue) = 236+177+28=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 28 (11.33% from 255 or 6.35% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB11C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB11C is #134EE3. Grayscale: #B2B2B2. Windows color (decimal): -1265380 or 1880556. OLE color: 1880556.

HSL color Cylindrical-coordinate representation of color #ECB11C: hue angle of 42.98º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECB11C is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 177 28 -
CMYK 0 0.25 0.88 0.07
HSL 42.98º 0.85% 0.52% -
HSV(B) 42.98º 0.88% 0.93% -
XYZ 50.52 49.36 7.96 -
YUV 177.66 43.55 169.62 -
System Red Green Blue C M Y K H S L
Decimal 236 177 28 0 0.25 0.88 0.07 42.98 0.85 0.52
Hex EC B1 1C 0 19 58 7 2B 55 34
Octal 354 261 34 0 31 130 7 53 125 64
Binary 11101100 10110001 11100 0 11001 1011000 111 101011 1010101 110100

Color Harmonies of #ECB11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB11C

Black with #ECB11C

Text Example


Text Example

White with #ECB11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB11C; }

 p { color: rgb(236,177,28); }

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

background-color css

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

 a { background-color: rgb(236,177,28); }

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

border-color css

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

 span { border-color: rgb(236,177,28); }

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