Html Css Color HEX #EC8311 Tangerine

📋 copy color: '#EC8311'

red 236 ◦ green 131 ◦ blue 17

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

Shades of Tangerine #EC8311

Tints of Tangerine #EC8311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.11%

 BLUE value IS 17 (7.03% from 255) = 4.43%

R = 61.46%
G = 34.11%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC8311 (or 0xEC8311) is known color: Tangerine. HEX triplet: EC, 83 and 11. RGB value is (236,131,17). Sum of RGB (Red+Green+Blue) = 236+131+17=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8311 is #137CEE. Grayscale: #959595. Windows color (decimal): -1277167 or 1147884. OLE color: 1147884.

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

Color convert

RGB 236 131 17 -
CMYK 0 0.44 0.93 0.07
HSL 31.23º 0.87% 0.5% -
HSV(B) 31.23º 0.93% 0.93% -
XYZ 42.81 34.11 4.86 -
YUV 149.4 53.29 189.77 -
System Red Green Blue C M Y K H S L
Decimal 236 131 17 0 0.44 0.93 0.07 31.23 0.87 0.5
Hex EC 83 11 0 2C 5D 7 1F 57 32
Octal 354 203 21 0 54 135 7 37 127 62
Binary 11101100 10000011 10001 0 101100 1011101 111 11111 1010111 110010

Color Harmonies of #EC8311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8311

Black with #EC8311

Text Example


Text Example

White with #EC8311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8311; }

 p { color: rgb(236,131,17); }

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

background-color css

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

 a { background-color: rgb(236,131,17); }

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

border-color css

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

 span { border-color: rgb(236,131,17); }

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