Html Css Color HEX #ECB31F Gold Tips

📋 copy color: '#ECB31F'

red 236 ◦ green 179 ◦ blue 31

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

Shades of Gold Tips #ECB31F

Tints of Gold Tips #ECB31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.95%

R = 52.91%
G = 40.13%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECB31F (or 0xECB31F) is known color: Gold Tips. HEX triplet: EC, B3 and 1F. RGB value is (236,179,31). Sum of RGB (Red+Green+Blue) = 236+179+31=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB31F is #134CE0. Grayscale: #B3B3B3. Windows color (decimal): -1264865 or 2077676. OLE color: 2077676.

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

Color convert

RGB 236 179 31 -
CMYK 0 0.24 0.87 0.07
HSL 43.32º 0.84% 0.52% -
HSV(B) 43.32º 0.87% 0.93% -
XYZ 50.96 50.17 8.29 -
YUV 179.17 44.38 168.53 -
System Red Green Blue C M Y K H S L
Decimal 236 179 31 0 0.24 0.87 0.07 43.32 0.84 0.52
Hex EC B3 1F 0 18 57 7 2B 54 34
Octal 354 263 37 0 30 127 7 53 124 64
Binary 11101100 10110011 11111 0 11000 1010111 111 101011 1010100 110100

Color Harmonies of #ECB31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB31F

Black with #ECB31F

Text Example


Text Example

White with #ECB31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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