Html Css Color HEX #EC8206 Tangerine

📋 copy color: '#EC8206'

red 236 ◦ green 130 ◦ blue 6

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

Shades of Tangerine #EC8206

Tints of Tangerine #EC8206

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.95%

 BLUE value IS 6 (2.73% from 255) = 1.61%

R = 63.44%
G = 34.95%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC8206 (or 0xEC8206) is known color: Tangerine. HEX triplet: EC, 82 and 06. RGB value is (236,130,6). Sum of RGB (Red+Green+Blue) = 236+130+6=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8206 is #137DF9. Grayscale: #949494. Windows color (decimal): -1277434 or 426732. OLE color: 426732.

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

Color convert

RGB 236 130 6 -
CMYK 0 0.45 0.97 0.07
HSL 32.35º 0.95% 0.47% -
HSV(B) 32.35º 0.97% 0.93% -
XYZ 42.61 33.81 4.45 -
YUV 147.56 48.12 191.08 -
System Red Green Blue C M Y K H S L
Decimal 236 130 6 0 0.45 0.97 0.07 32.35 0.95 0.47
Hex EC 82 6 0 2D 61 7 20 5F 2F
Octal 354 202 6 0 55 141 7 40 137 57
Binary 11101100 10000010 110 0 101101 1100001 111 100000 1011111 101111

Color Harmonies of #EC8206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8206

Black with #EC8206

Text Example


Text Example

White with #EC8206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8206; }

 p { color: rgb(236,130,6); }

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

background-color css

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

 a { background-color: rgb(236,130,6); }

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

border-color css

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

 span { border-color: rgb(236,130,6); }

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