Html Css Color HEX #ECB129 Gold Tips

📋 copy color: '#ECB129'

red 236 ◦ green 177 ◦ blue 41

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

Shades of Gold Tips #ECB129

Tints of Gold Tips #ECB129

RGB

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

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

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

R = 51.98%
G = 38.99%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ECB129 (or 0xECB129) is known color: Gold Tips. HEX triplet: EC, B1 and 29. RGB value is (236,177,41). Sum of RGB (Red+Green+Blue) = 236+177+41=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB129 is #134ED6. Grayscale: #B3B3B3. Windows color (decimal): -1265367 or 2732524. OLE color: 2732524.

HSL color Cylindrical-coordinate representation of color #ECB129: hue angle of 41.85º 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 #ECB129 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 177 41 -
CMYK 0 0.25 0.83 0.07
HSL 41.85º 0.84% 0.54% -
HSV(B) 41.85º 0.83% 0.93% -
XYZ 50.71 49.44 8.97 -
YUV 179.14 50.05 168.56 -
System Red Green Blue C M Y K H S L
Decimal 236 177 41 0 0.25 0.83 0.07 41.85 0.84 0.54
Hex EC B1 29 0 19 53 7 2A 54 36
Octal 354 261 51 0 31 123 7 52 124 66
Binary 11101100 10110001 101001 0 11001 1010011 111 101010 1010100 110110

Color Harmonies of #ECB129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB129

Black with #ECB129

Text Example


Text Example

White with #ECB129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB129; }

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

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

background-color css

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

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

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

border-color css

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

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

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