Html Css Color HEX #ECB61F Gold Tips

📋 copy color: '#ECB61F'

red 236 ◦ green 182 ◦ blue 31

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

Shades of Gold Tips #ECB61F

Tints of Gold Tips #ECB61F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.53%

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

R = 52.56%
G = 40.53%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECB61F (or 0xECB61F) is known color: Gold Tips. HEX triplet: EC, B6 and 1F. RGB value is (236,182,31). Sum of RGB (Red+Green+Blue) = 236+182+31=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 31 (12.5% from 255 or 6.90% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB61F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB61F is #1349E0. Grayscale: #B5B5B5. Windows color (decimal): -1264097 or 2078444. OLE color: 2078444.

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

Color convert

RGB 236 182 31 -
CMYK 0 0.23 0.87 0.07
HSL 44.2º 0.84% 0.52% -
HSV(B) 44.2º 0.87% 0.93% -
XYZ 51.57 51.39 8.5 -
YUV 180.93 43.39 167.28 -
System Red Green Blue C M Y K H S L
Decimal 236 182 31 0 0.23 0.87 0.07 44.2 0.84 0.52
Hex EC B6 1F 0 17 57 7 2C 54 34
Octal 354 266 37 0 27 127 7 54 124 64
Binary 11101100 10110110 11111 0 10111 1010111 111 101100 1010100 110100

Color Harmonies of #ECB61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB61F

Black with #ECB61F

Text Example


Text Example

White with #ECB61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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