Html Css Color HEX #EC840B Tangerine

📋 copy color: '#EC840B'

red 236 ◦ green 132 ◦ blue 11

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

Shades of Tangerine #EC840B

Tints of Tangerine #EC840B

RGB

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

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

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

R = 62.27%
G = 34.83%
B = 2.9%

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

#EC840B (or 0xEC840B) is known color: Tangerine. HEX triplet: EC, 84 and 0B. RGB value is (236,132,11). Sum of RGB (Red+Green+Blue) = 236+132+11=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC840B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC840B is #137BF4. Grayscale: #959595. Windows color (decimal): -1276917 or 754924. OLE color: 754924.

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

Color convert

RGB 236 132 11 -
CMYK 0 0.44 0.95 0.07
HSL 32.27º 0.91% 0.48% -
HSV(B) 32.27º 0.95% 0.93% -
XYZ 42.9 34.36 4.69 -
YUV 149.3 49.96 189.84 -
System Red Green Blue C M Y K H S L
Decimal 236 132 11 0 0.44 0.95 0.07 32.27 0.91 0.48
Hex EC 84 B 0 2C 5F 7 20 5B 30
Octal 354 204 13 0 54 137 7 40 133 60
Binary 11101100 10000100 1011 0 101100 1011111 111 100000 1011011 110000

Color Harmonies of #EC840B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC840B

Black with #EC840B

Text Example


Text Example

White with #EC840B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC840B; }

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

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

background-color css

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

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

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

border-color css

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

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

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