Html Css Color HEX #ECB71F Gold Tips

📋 copy color: '#ECB71F'

red 236 ◦ green 183 ◦ blue 31

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

Shades of Gold Tips #ECB71F

Tints of Gold Tips #ECB71F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.67%

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

R = 52.44%
G = 40.67%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECB71F (or 0xECB71F) is known color: Gold Tips. HEX triplet: EC, B7 and 1F. RGB value is (236,183,31). Sum of RGB (Red+Green+Blue) = 236+183+31=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 31 (12.5% from 255 or 6.89% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB71F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB71F is #1348E0. Grayscale: #B6B6B6. Windows color (decimal): -1263841 or 2078700. OLE color: 2078700.

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

Color convert

RGB 236 183 31 -
CMYK 0 0.22 0.87 0.07
HSL 44.49º 0.84% 0.52% -
HSV(B) 44.49º 0.87% 0.93% -
XYZ 51.77 51.8 8.57 -
YUV 181.52 43.06 166.86 -
System Red Green Blue C M Y K H S L
Decimal 236 183 31 0 0.22 0.87 0.07 44.49 0.84 0.52
Hex EC B7 1F 0 16 57 7 2C 54 34
Octal 354 267 37 0 26 127 7 54 124 64
Binary 11101100 10110111 11111 0 10110 1010111 111 101100 1010100 110100

Color Harmonies of #ECB71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB71F

Black with #ECB71F

Text Example


Text Example

White with #ECB71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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