Html Css Color HEX #EC8407 Tangerine

📋 copy color: '#EC8407'

red 236 ◦ green 132 ◦ blue 7

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

Shades of Tangerine #EC8407

Tints of Tangerine #EC8407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.87%

R = 62.93%
G = 35.2%
B = 1.87%

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

#EC8407 (or 0xEC8407) is known color: Tangerine. HEX triplet: EC, 84 and 07. RGB value is (236,132,7). Sum of RGB (Red+Green+Blue) = 236+132+7=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8407 is #137BF8. Grayscale: #959595. Windows color (decimal): -1276921 or 492780. OLE color: 492780.

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

Color convert

RGB 236 132 7 -
CMYK 0 0.44 0.97 0.07
HSL 32.75º 0.94% 0.48% -
HSV(B) 32.75º 0.97% 0.93% -
XYZ 42.88 34.35 4.57 -
YUV 148.85 47.96 190.16 -
System Red Green Blue C M Y K H S L
Decimal 236 132 7 0 0.44 0.97 0.07 32.75 0.94 0.48
Hex EC 84 7 0 2C 61 7 21 5E 30
Octal 354 204 7 0 54 141 7 41 136 60
Binary 11101100 10000100 111 0 101100 1100001 111 100001 1011110 110000

Color Harmonies of #EC8407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8407

Black with #EC8407

Text Example


Text Example

White with #EC8407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8407; }

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

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

background-color css

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

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

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

border-color css

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

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

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