Html Css Color HEX #EC8400 Tangerine

📋 copy color: '#EC8400'

red 236 ◦ green 132 ◦ blue 0

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

Shades of Tangerine #EC8400

Tints of Tangerine #EC8400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.13%
G = 35.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC8400 (or 0xEC8400) is known color: Tangerine. HEX triplet: EC, 84 and 00. RGB value is (236,132,0). Sum of RGB (Red+Green+Blue) = 236+132+0=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8400 is #137BFF. Grayscale: #949494. Windows color (decimal): -1276928 or 34028. OLE color: 34028.

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

Color convert

RGB 236 132 0 -
CMYK 0 0.44 1 0.07
HSL 33.56º 1% 0.46% -
HSV(B) 33.56º 1% 0.93% -
XYZ 42.84 34.34 4.37 -
YUV 148.05 44.46 190.73 -
System Red Green Blue C M Y K H S L
Decimal 236 132 0 0 0.44 1 0.07 33.56 1 0.46
Hex EC 84 0 0 2C 64 7 22 64 2E
Octal 354 204 0 0 54 144 7 42 144 56
Binary 11101100 10000100 0 0 101100 1100100 111 100010 1100100 101110

Color Harmonies of #EC8400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8400

Black with #EC8400

Text Example


Text Example

White with #EC8400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8400; }

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

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

background-color css

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

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

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

border-color css

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

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

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