Html Css Color HEX #ECB216 Gold Tips

📋 copy color: '#ECB216'

red 236 ◦ green 178 ◦ blue 22

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

Shades of Gold Tips #ECB216

Tints of Gold Tips #ECB216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.05%

R = 54.13%
G = 40.83%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ECB216 (or 0xECB216) is known color: Gold Tips. HEX triplet: EC, B2 and 16. RGB value is (236,178,22). Sum of RGB (Red+Green+Blue) = 236+178+22=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB216 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB216 is #134DE9. Grayscale: #B2B2B2. Windows color (decimal): -1265130 or 1487596. OLE color: 1487596.

HSL color Cylindrical-coordinate representation of color #ECB216: hue angle of 43.74º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECB216 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 178 22 -
CMYK 0 0.25 0.91 0.07
HSL 43.74º 0.85% 0.51% -
HSV(B) 43.74º 0.91% 0.93% -
XYZ 50.66 49.73 7.69 -
YUV 177.56 40.22 169.68 -
System Red Green Blue C M Y K H S L
Decimal 236 178 22 0 0.25 0.91 0.07 43.74 0.85 0.51
Hex EC B2 16 0 19 5B 7 2C 55 33
Octal 354 262 26 0 31 133 7 54 125 63
Binary 11101100 10110010 10110 0 11001 1011011 111 101100 1010101 110011

Color Harmonies of #ECB216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB216

Black with #ECB216

Text Example


Text Example

White with #ECB216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB216; }

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

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

background-color css

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

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

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

border-color css

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

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

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