Html Css Color HEX #ECB212 Dark Tangerine

📋 copy color: '#ECB212'

red 236 ◦ green 178 ◦ blue 18

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

Shades of Dark Tangerine #ECB212

Tints of Dark Tangerine #ECB212

RGB

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

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

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

R = 54.63%
G = 41.2%
B = 4.17%

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

#ECB212 (or 0xECB212) is known color: Dark Tangerine. HEX triplet: EC, B2 and 12. RGB value is (236,178,18). Sum of RGB (Red+Green+Blue) = 236+178+18=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB212 is #134DED. Grayscale: #B1B1B1. Windows color (decimal): -1265134 or 1225452. OLE color: 1225452.

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

Color convert

RGB 236 178 18 -
CMYK 0 0.25 0.92 0.07
HSL 44.04º 0.86% 0.5% -
HSV(B) 44.04º 0.92% 0.93% -
XYZ 50.62 49.72 7.5 -
YUV 177.1 38.22 170.01 -
System Red Green Blue C M Y K H S L
Decimal 236 178 18 0 0.25 0.92 0.07 44.04 0.86 0.5
Hex EC B2 12 0 19 5C 7 2C 56 32
Octal 354 262 22 0 31 134 7 54 126 62
Binary 11101100 10110010 10010 0 11001 1011100 111 101100 1010110 110010

Color Harmonies of #ECB212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB212

Black with #ECB212

Text Example


Text Example

White with #ECB212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB212; }

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

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

background-color css

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

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

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

border-color css

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

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

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