Html Css Color HEX #EC860B Tangerine

📋 copy color: '#EC860B'

red 236 ◦ green 134 ◦ blue 11

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

Shades of Tangerine #EC860B

Tints of Tangerine #EC860B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.89%

R = 61.94%
G = 35.17%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC860B (or 0xEC860B) is known color: Tangerine. HEX triplet: EC, 86 and 0B. RGB value is (236,134,11). Sum of RGB (Red+Green+Blue) = 236+134+11=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC860B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC860B is #1379F4. Grayscale: #979797. Windows color (decimal): -1276405 or 755436. OLE color: 755436.

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

Color convert

RGB 236 134 11 -
CMYK 0 0.43 0.95 0.07
HSL 32.8º 0.91% 0.48% -
HSV(B) 32.8º 0.95% 0.93% -
XYZ 43.18 34.91 4.78 -
YUV 150.48 49.29 189 -
System Red Green Blue C M Y K H S L
Decimal 236 134 11 0 0.43 0.95 0.07 32.8 0.91 0.48
Hex EC 86 B 0 2B 5F 7 21 5B 30
Octal 354 206 13 0 53 137 7 41 133 60
Binary 11101100 10000110 1011 0 101011 1011111 111 100001 1011011 110000

Color Harmonies of #EC860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC860B

Black with #EC860B

Text Example


Text Example

White with #EC860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC860B; }

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

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

background-color css

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

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

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

border-color css

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

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

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