Html Css Color HEX #EC860A Tangerine

📋 copy color: '#EC860A'

red 236 ◦ green 134 ◦ blue 10

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

Shades of Tangerine #EC860A

Tints of Tangerine #EC860A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.26%

 BLUE value IS 10 (4.3% from 255) = 2.63%

R = 62.11%
G = 35.26%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC860A (or 0xEC860A) is known color: Tangerine. HEX triplet: EC, 86 and 0A. RGB value is (236,134,10). Sum of RGB (Red+Green+Blue) = 236+134+10=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC860A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC860A is #1379F5. Grayscale: #969696. Windows color (decimal): -1276406 or 689900. OLE color: 689900.

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

Color convert

RGB 236 134 10 -
CMYK 0 0.43 0.96 0.07
HSL 32.92º 0.92% 0.48% -
HSV(B) 32.92º 0.96% 0.93% -
XYZ 43.17 34.9 4.75 -
YUV 150.36 48.79 189.08 -
System Red Green Blue C M Y K H S L
Decimal 236 134 10 0 0.43 0.96 0.07 32.92 0.92 0.48
Hex EC 86 A 0 2B 60 7 21 5C 30
Octal 354 206 12 0 53 140 7 41 134 60
Binary 11101100 10000110 1010 0 101011 1100000 111 100001 1011100 110000

Color Harmonies of #EC860A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC860A

Black with #EC860A

Text Example


Text Example

White with #EC860A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC860A; }

 p { color: rgb(236,134,10); }

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

background-color css

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

 a { background-color: rgb(236,134,10); }

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

border-color css

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

 span { border-color: rgb(236,134,10); }

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