Html Css Color HEX #ECB112 Dark Tangerine

📋 copy color: '#ECB112'

red 236 ◦ green 177 ◦ blue 18

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

Shades of Dark Tangerine #ECB112

Tints of Dark Tangerine #ECB112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.18%

R = 54.76%
G = 41.07%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECB112 (or 0xECB112) is known color: Dark Tangerine. HEX triplet: EC, B1 and 12. RGB value is (236,177,18). Sum of RGB (Red+Green+Blue) = 236+177+18=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB112 is #134EED. Grayscale: #B1B1B1. Windows color (decimal): -1265390 or 1225196. OLE color: 1225196.

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

Color convert

RGB 236 177 18 -
CMYK 0 0.25 0.92 0.07
HSL 43.76º 0.86% 0.5% -
HSV(B) 43.76º 0.92% 0.93% -
XYZ 50.42 49.32 7.43 -
YUV 176.52 38.55 170.43 -
System Red Green Blue C M Y K H S L
Decimal 236 177 18 0 0.25 0.92 0.07 43.76 0.86 0.5
Hex EC B1 12 0 19 5C 7 2C 56 32
Octal 354 261 22 0 31 134 7 54 126 62
Binary 11101100 10110001 10010 0 11001 1011100 111 101100 1010110 110010

Color Harmonies of #ECB112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB112

Black with #ECB112

Text Example


Text Example

White with #ECB112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB112; }

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

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

background-color css

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

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

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

border-color css

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

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

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