Html Css Color HEX #ECB229 Gold Tips

📋 copy color: '#ECB229'

red 236 ◦ green 178 ◦ blue 41

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

Shades of Gold Tips #ECB229

Tints of Gold Tips #ECB229

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.12%

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

R = 51.87%
G = 39.12%
B = 9.01%

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

#ECB229 (or 0xECB229) is known color: Gold Tips. HEX triplet: EC, B2 and 29. RGB value is (236,178,41). Sum of RGB (Red+Green+Blue) = 236+178+41=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 41 (16.41% from 255 or 9.01% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB229 is #134DD6. Grayscale: #B4B4B4. Windows color (decimal): -1265111 or 2732780. OLE color: 2732780.

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

Color convert

RGB 236 178 41 -
CMYK 0 0.25 0.83 0.07
HSL 42.15º 0.84% 0.54% -
HSV(B) 42.15º 0.83% 0.93% -
XYZ 50.91 49.83 9.03 -
YUV 179.72 49.72 168.14 -
System Red Green Blue C M Y K H S L
Decimal 236 178 41 0 0.25 0.83 0.07 42.15 0.84 0.54
Hex EC B2 29 0 19 53 7 2A 54 36
Octal 354 262 51 0 31 123 7 52 124 66
Binary 11101100 10110010 101001 0 11001 1010011 111 101010 1010100 110110

Color Harmonies of #ECB229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB229

Black with #ECB229

Text Example


Text Example

White with #ECB229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB229; }

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

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

background-color css

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

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

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

border-color css

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

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

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