Html Css Color HEX #EC8408 Tangerine

📋 copy color: '#EC8408'

red 236 ◦ green 132 ◦ blue 8

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

Shades of Tangerine #EC8408

Tints of Tangerine #EC8408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.13%

R = 62.77%
G = 35.11%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC8408 (or 0xEC8408) is known color: Tangerine. HEX triplet: EC, 84 and 08. RGB value is (236,132,8). Sum of RGB (Red+Green+Blue) = 236+132+8=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8408 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8408 is #137BF7. Grayscale: #959595. Windows color (decimal): -1276920 or 558316. OLE color: 558316.

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

Color convert

RGB 236 132 8 -
CMYK 0 0.44 0.97 0.07
HSL 32.63º 0.93% 0.48% -
HSV(B) 32.63º 0.97% 0.93% -
XYZ 42.89 34.35 4.6 -
YUV 148.96 48.46 190.08 -
System Red Green Blue C M Y K H S L
Decimal 236 132 8 0 0.44 0.97 0.07 32.63 0.93 0.48
Hex EC 84 8 0 2C 61 7 21 5D 30
Octal 354 204 10 0 54 141 7 41 135 60
Binary 11101100 10000100 1000 0 101100 1100001 111 100001 1011101 110000

Color Harmonies of #EC8408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8408

Black with #EC8408

Text Example


Text Example

White with #EC8408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8408; }

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

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

background-color css

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

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

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

border-color css

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

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

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