Html Css Color HEX #ECB322 Gold Tips

📋 copy color: '#ECB322'

red 236 ◦ green 179 ◦ blue 34

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

Shades of Gold Tips #ECB322

Tints of Gold Tips #ECB322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.57%

R = 52.56%
G = 39.87%
B = 7.57%

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

#ECB322 (or 0xECB322) is known color: Gold Tips. HEX triplet: EC, B3 and 22. RGB value is (236,179,34). Sum of RGB (Red+Green+Blue) = 236+179+34=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB322 is #134CDD. Grayscale: #B4B4B4. Windows color (decimal): -1264862 or 2274284. OLE color: 2274284.

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

Color convert

RGB 236 179 34 -
CMYK 0 0.24 0.86 0.07
HSL 43.07º 0.84% 0.53% -
HSV(B) 43.07º 0.86% 0.93% -
XYZ 51 50.19 8.51 -
YUV 179.51 45.88 168.29 -
System Red Green Blue C M Y K H S L
Decimal 236 179 34 0 0.24 0.86 0.07 43.07 0.84 0.53
Hex EC B3 22 0 18 56 7 2B 54 35
Octal 354 263 42 0 30 126 7 53 124 65
Binary 11101100 10110011 100010 0 11000 1010110 111 101011 1010100 110101

Color Harmonies of #ECB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB322

Black with #ECB322

Text Example


Text Example

White with #ECB322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB322; }

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

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

background-color css

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

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

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

border-color css

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

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

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