Html Css Color HEX #ECB120 Gold Tips

📋 copy color: '#ECB120'

red 236 ◦ green 177 ◦ blue 32

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

Shades of Gold Tips #ECB120

Tints of Gold Tips #ECB120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.19%

R = 53.03%
G = 39.78%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECB120 (or 0xECB120) is known color: Gold Tips. HEX triplet: EC, B1 and 20. RGB value is (236,177,32). Sum of RGB (Red+Green+Blue) = 236+177+32=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB120 is #134EDF. Grayscale: #B2B2B2. Windows color (decimal): -1265376 or 2142700. OLE color: 2142700.

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

Color convert

RGB 236 177 32 -
CMYK 0 0.25 0.86 0.07
HSL 42.65º 0.84% 0.53% -
HSV(B) 42.65º 0.86% 0.93% -
XYZ 50.57 49.38 8.23 -
YUV 178.11 45.55 169.29 -
System Red Green Blue C M Y K H S L
Decimal 236 177 32 0 0.25 0.86 0.07 42.65 0.84 0.53
Hex EC B1 20 0 19 56 7 2B 54 35
Octal 354 261 40 0 31 126 7 53 124 65
Binary 11101100 10110001 100000 0 11001 1010110 111 101011 1010100 110101

Color Harmonies of #ECB120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB120

Black with #ECB120

Text Example


Text Example

White with #ECB120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB120; }

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

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

background-color css

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

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

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

border-color css

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

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

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