Html Css Color HEX #EC8208 Tangerine

📋 copy color: '#EC8208'

red 236 ◦ green 130 ◦ blue 8

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

Shades of Tangerine #EC8208

Tints of Tangerine #EC8208

RGB

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

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

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

R = 63.1%
G = 34.76%
B = 2.14%

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

#EC8208 (or 0xEC8208) is known color: Tangerine. HEX triplet: EC, 82 and 08. RGB value is (236,130,8). Sum of RGB (Red+Green+Blue) = 236+130+8=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8208 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8208 is #137DF7. Grayscale: #949494. Windows color (decimal): -1277432 or 557804. OLE color: 557804.

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

Color convert

RGB 236 130 8 -
CMYK 0 0.45 0.97 0.07
HSL 32.11º 0.93% 0.48% -
HSV(B) 32.11º 0.97% 0.93% -
XYZ 42.62 33.82 4.51 -
YUV 147.79 49.12 190.92 -
System Red Green Blue C M Y K H S L
Decimal 236 130 8 0 0.45 0.97 0.07 32.11 0.93 0.48
Hex EC 82 8 0 2D 61 7 20 5D 30
Octal 354 202 10 0 55 141 7 40 135 60
Binary 11101100 10000010 1000 0 101101 1100001 111 100000 1011101 110000

Color Harmonies of #EC8208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8208

Black with #EC8208

Text Example


Text Example

White with #EC8208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8208; }

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

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

background-color css

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

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

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

border-color css

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

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

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