Html Css Color HEX #ECB328 Gold Tips

📋 copy color: '#ECB328'

red 236 ◦ green 179 ◦ blue 40

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

Shades of Gold Tips #ECB328

Tints of Gold Tips #ECB328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.79%

R = 51.87%
G = 39.34%
B = 8.79%

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

#ECB328 (or 0xECB328) is known color: Gold Tips. HEX triplet: EC, B3 and 28. RGB value is (236,179,40). Sum of RGB (Red+Green+Blue) = 236+179+40=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB328 is #134CD7. Grayscale: #B4B4B4. Windows color (decimal): -1264856 or 2667500. OLE color: 2667500.

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

Color convert

RGB 236 179 40 -
CMYK 0 0.24 0.83 0.07
HSL 42.55º 0.84% 0.54% -
HSV(B) 42.55º 0.83% 0.93% -
XYZ 51.1 50.23 9.01 -
YUV 180.2 48.88 167.8 -
System Red Green Blue C M Y K H S L
Decimal 236 179 40 0 0.24 0.83 0.07 42.55 0.84 0.54
Hex EC B3 28 0 18 53 7 2B 54 36
Octal 354 263 50 0 30 123 7 53 124 66
Binary 11101100 10110011 101000 0 11000 1010011 111 101011 1010100 110110

Color Harmonies of #ECB328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB328

Black with #ECB328

Text Example


Text Example

White with #ECB328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB328; }

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

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

background-color css

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

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

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

border-color css

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

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

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