Html Css Color HEX #EC840C Tangerine

📋 copy color: '#EC840C'

red 236 ◦ green 132 ◦ blue 12

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

Shades of Tangerine #EC840C

Tints of Tangerine #EC840C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.74%

 BLUE value IS 12 (5.08% from 255) = 3.16%

R = 62.11%
G = 34.74%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC840C (or 0xEC840C) is known color: Tangerine. HEX triplet: EC, 84 and 0C. RGB value is (236,132,12). Sum of RGB (Red+Green+Blue) = 236+132+12=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC840C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC840C is #137BF3. Grayscale: #969696. Windows color (decimal): -1276916 or 820460. OLE color: 820460.

HSL color Cylindrical-coordinate representation of color #EC840C: hue angle of 32.14º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC840C is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 132 12 -
CMYK 0 0.44 0.95 0.07
HSL 32.14º 0.9% 0.49% -
HSV(B) 32.14º 0.95% 0.93% -
XYZ 42.91 34.36 4.72 -
YUV 149.42 50.46 189.76 -
System Red Green Blue C M Y K H S L
Decimal 236 132 12 0 0.44 0.95 0.07 32.14 0.9 0.49
Hex EC 84 C 0 2C 5F 7 20 5A 31
Octal 354 204 14 0 54 137 7 40 132 61
Binary 11101100 10000100 1100 0 101100 1011111 111 100000 1011010 110001

Color Harmonies of #EC840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC840C

Black with #EC840C

Text Example


Text Example

White with #EC840C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC840C; }

 p { color: rgb(236,132,12); }

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

background-color css

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

 a { background-color: rgb(236,132,12); }

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

border-color css

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

 span { border-color: rgb(236,132,12); }

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