Html Css Color HEX #ECB21C Gold Tips

📋 copy color: '#ECB21C'

red 236 ◦ green 178 ◦ blue 28

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

Shades of Gold Tips #ECB21C

Tints of Gold Tips #ECB21C

RGB

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

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

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

R = 53.39%
G = 40.27%
B = 6.33%

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

#ECB21C (or 0xECB21C) is known color: Gold Tips. HEX triplet: EC, B2 and 1C. RGB value is (236,178,28). Sum of RGB (Red+Green+Blue) = 236+178+28=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB21C is #134DE3. Grayscale: #B2B2B2. Windows color (decimal): -1265124 or 1880812. OLE color: 1880812.

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

Color convert

RGB 236 178 28 -
CMYK 0 0.25 0.88 0.07
HSL 43.27º 0.85% 0.52% -
HSV(B) 43.27º 0.88% 0.93% -
XYZ 50.72 49.76 8.03 -
YUV 178.24 43.22 169.2 -
System Red Green Blue C M Y K H S L
Decimal 236 178 28 0 0.25 0.88 0.07 43.27 0.85 0.52
Hex EC B2 1C 0 19 58 7 2B 55 34
Octal 354 262 34 0 31 130 7 53 125 64
Binary 11101100 10110010 11100 0 11001 1011000 111 101011 1010101 110100

Color Harmonies of #ECB21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB21C

Black with #ECB21C

Text Example


Text Example

White with #ECB21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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