Html Css Color HEX #ECB329 Gold Tips

📋 copy color: '#ECB329'

red 236 ◦ green 179 ◦ blue 41

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

Shades of Gold Tips #ECB329

Tints of Gold Tips #ECB329

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.25%

 BLUE value IS 41 (16.41% from 255) = 8.99%

R = 51.75%
G = 39.25%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ECB329 (or 0xECB329) is known color: Gold Tips. HEX triplet: EC, B3 and 29. RGB value is (236,179,41). Sum of RGB (Red+Green+Blue) = 236+179+41=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB329 is #134CD6. Grayscale: #B4B4B4. Windows color (decimal): -1264855 or 2733036. OLE color: 2733036.

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

Color convert

RGB 236 179 41 -
CMYK 0 0.24 0.83 0.07
HSL 42.46º 0.84% 0.54% -
HSV(B) 42.46º 0.83% 0.93% -
XYZ 51.11 50.23 9.1 -
YUV 180.31 49.38 167.72 -
System Red Green Blue C M Y K H S L
Decimal 236 179 41 0 0.24 0.83 0.07 42.46 0.84 0.54
Hex EC B3 29 0 18 53 7 2A 54 36
Octal 354 263 51 0 30 123 7 52 124 66
Binary 11101100 10110011 101001 0 11000 1010011 111 101010 1010100 110110

Color Harmonies of #ECB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB329

Black with #ECB329

Text Example


Text Example

White with #ECB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB329; }

 p { color: rgb(236,179,41); }

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

background-color css

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

 a { background-color: rgb(236,179,41); }

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

border-color css

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

 span { border-color: rgb(236,179,41); }

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