Html Css Color HEX #ECB21F Gold Tips

📋 copy color: '#ECB21F'

red 236 ◦ green 178 ◦ blue 31

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

Shades of Gold Tips #ECB21F

Tints of Gold Tips #ECB21F

RGB

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

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

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

R = 53.03%
G = 40%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECB21F (or 0xECB21F) is known color: Gold Tips. HEX triplet: EC, B2 and 1F. RGB value is (236,178,31). Sum of RGB (Red+Green+Blue) = 236+178+31=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 31 (12.5% from 255 or 6.97% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB21F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB21F is #134DE0. Grayscale: #B3B3B3. Windows color (decimal): -1265121 or 2077420. OLE color: 2077420.

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

Color convert

RGB 236 178 31 -
CMYK 0 0.25 0.87 0.07
HSL 43.02º 0.84% 0.52% -
HSV(B) 43.02º 0.87% 0.93% -
XYZ 50.76 49.77 8.23 -
YUV 178.58 44.72 168.95 -
System Red Green Blue C M Y K H S L
Decimal 236 178 31 0 0.25 0.87 0.07 43.02 0.84 0.52
Hex EC B2 1F 0 19 57 7 2B 54 34
Octal 354 262 37 0 31 127 7 53 124 64
Binary 11101100 10110010 11111 0 11001 1010111 111 101011 1010100 110100

Color Harmonies of #ECB21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB21F

Black with #ECB21F

Text Example


Text Example

White with #ECB21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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