Html Css Color HEX #ECB321 Gold Tips

📋 copy color: '#ECB321'

red 236 ◦ green 179 ◦ blue 33

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

Shades of Gold Tips #ECB321

Tints of Gold Tips #ECB321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.37%

R = 52.68%
G = 39.96%
B = 7.37%

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

#ECB321 (or 0xECB321) is known color: Gold Tips. HEX triplet: EC, B3 and 21. RGB value is (236,179,33). Sum of RGB (Red+Green+Blue) = 236+179+33=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB321 is #134CDE. Grayscale: #B4B4B4. Windows color (decimal): -1264863 or 2208748. OLE color: 2208748.

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

Color convert

RGB 236 179 33 -
CMYK 0 0.24 0.86 0.07
HSL 43.15º 0.84% 0.53% -
HSV(B) 43.15º 0.86% 0.93% -
XYZ 50.99 50.18 8.44 -
YUV 179.4 45.38 168.37 -
System Red Green Blue C M Y K H S L
Decimal 236 179 33 0 0.24 0.86 0.07 43.15 0.84 0.53
Hex EC B3 21 0 18 56 7 2B 54 35
Octal 354 263 41 0 30 126 7 53 124 65
Binary 11101100 10110011 100001 0 11000 1010110 111 101011 1010100 110101

Color Harmonies of #ECB321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB321

Black with #ECB321

Text Example


Text Example

White with #ECB321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB321; }

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

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

background-color css

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

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

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

border-color css

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

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

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