Html Css Color HEX #ECB11B Gold Tips

📋 copy color: '#ECB11B'

red 236 ◦ green 177 ◦ blue 27

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

Shades of Gold Tips #ECB11B

Tints of Gold Tips #ECB11B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.23%

 BLUE value IS 27 (10.94% from 255) = 6.14%

R = 53.64%
G = 40.23%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ECB11B (or 0xECB11B) is known color: Gold Tips. HEX triplet: EC, B1 and 1B. RGB value is (236,177,27). Sum of RGB (Red+Green+Blue) = 236+177+27=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB11B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB11B is #134EE4. Grayscale: #B2B2B2. Windows color (decimal): -1265381 or 1815020. OLE color: 1815020.

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

Color convert

RGB 236 177 27 -
CMYK 0 0.25 0.89 0.07
HSL 43.06º 0.85% 0.52% -
HSV(B) 43.06º 0.89% 0.93% -
XYZ 50.51 49.36 7.9 -
YUV 177.54 43.05 169.7 -
System Red Green Blue C M Y K H S L
Decimal 236 177 27 0 0.25 0.89 0.07 43.06 0.85 0.52
Hex EC B1 1B 0 19 59 7 2B 55 34
Octal 354 261 33 0 31 131 7 53 125 64
Binary 11101100 10110001 11011 0 11001 1011001 111 101011 1010101 110100

Color Harmonies of #ECB11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB11B

Black with #ECB11B

Text Example


Text Example

White with #ECB11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB11B; }

 p { color: rgb(236,177,27); }

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

background-color css

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

 a { background-color: rgb(236,177,27); }

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

border-color css

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

 span { border-color: rgb(236,177,27); }

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