Html Css Color HEX #ECB01F Gold Tips

📋 copy color: '#ECB01F'

red 236 ◦ green 176 ◦ blue 31

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

Shades of Gold Tips #ECB01F

Tints of Gold Tips #ECB01F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.73%

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

R = 53.27%
G = 39.73%
B = 7%

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

#ECB01F (or 0xECB01F) is known color: Gold Tips. HEX triplet: EC, B0 and 1F. RGB value is (236,176,31). Sum of RGB (Red+Green+Blue) = 236+176+31=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 31 (12.5% from 255 or 7.00% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB01F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB01F is #134FE0. Grayscale: #B2B2B2. Windows color (decimal): -1265633 or 2076908. OLE color: 2076908.

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

Color convert

RGB 236 176 31 -
CMYK 0 0.25 0.87 0.07
HSL 42.44º 0.84% 0.52% -
HSV(B) 42.44º 0.87% 0.93% -
XYZ 50.36 48.98 8.1 -
YUV 177.41 45.38 169.79 -
System Red Green Blue C M Y K H S L
Decimal 236 176 31 0 0.25 0.87 0.07 42.44 0.84 0.52
Hex EC B0 1F 0 19 57 7 2A 54 34
Octal 354 260 37 0 31 127 7 52 124 64
Binary 11101100 10110000 11111 0 11001 1010111 111 101010 1010100 110100

Color Harmonies of #ECB01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB01F

Black with #ECB01F

Text Example


Text Example

White with #ECB01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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