Html Css Color HEX #ECB320 Gold Tips

📋 copy color: '#ECB320'

red 236 ◦ green 179 ◦ blue 32

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

Shades of Gold Tips #ECB320

Tints of Gold Tips #ECB320

RGB

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

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

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

R = 52.8%
G = 40.04%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECB320 (or 0xECB320) is known color: Gold Tips. HEX triplet: EC, B3 and 20. RGB value is (236,179,32). Sum of RGB (Red+Green+Blue) = 236+179+32=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB320 is #134CDF. Grayscale: #B3B3B3. Windows color (decimal): -1264864 or 2143212. OLE color: 2143212.

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

Color convert

RGB 236 179 32 -
CMYK 0 0.24 0.86 0.07
HSL 43.24º 0.84% 0.53% -
HSV(B) 43.24º 0.86% 0.93% -
XYZ 50.97 50.18 8.37 -
YUV 179.29 44.88 168.45 -
System Red Green Blue C M Y K H S L
Decimal 236 179 32 0 0.24 0.86 0.07 43.24 0.84 0.53
Hex EC B3 20 0 18 56 7 2B 54 35
Octal 354 263 40 0 30 126 7 53 124 65
Binary 11101100 10110011 100000 0 11000 1010110 111 101011 1010100 110101

Color Harmonies of #ECB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB320

Black with #ECB320

Text Example


Text Example

White with #ECB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB320; }

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

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

background-color css

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

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

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

border-color css

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

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

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