Html Css Color HEX #ECB31C Gold Tips

📋 copy color: '#ECB31C'

red 236 ◦ green 179 ◦ blue 28

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

Shades of Gold Tips #ECB31C

Tints of Gold Tips #ECB31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.32%

R = 53.27%
G = 40.41%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ECB31C (or 0xECB31C) is known color: Gold Tips. HEX triplet: EC, B3 and 1C. RGB value is (236,179,28). Sum of RGB (Red+Green+Blue) = 236+179+28=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB31C is #134CE3. Grayscale: #B3B3B3. Windows color (decimal): -1264868 or 1881068. OLE color: 1881068.

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

Color convert

RGB 236 179 28 -
CMYK 0 0.24 0.88 0.07
HSL 43.56º 0.85% 0.52% -
HSV(B) 43.56º 0.88% 0.93% -
XYZ 50.92 50.16 8.1 -
YUV 178.83 42.88 168.78 -
System Red Green Blue C M Y K H S L
Decimal 236 179 28 0 0.24 0.88 0.07 43.56 0.85 0.52
Hex EC B3 1C 0 18 58 7 2C 55 34
Octal 354 263 34 0 30 130 7 54 125 64
Binary 11101100 10110011 11100 0 11000 1011000 111 101100 1010101 110100

Color Harmonies of #ECB31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB31C

Black with #ECB31C

Text Example


Text Example

White with #ECB31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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