Html Css Color HEX #EC8008 Tangerine

📋 copy color: '#EC8008'

red 236 ◦ green 128 ◦ blue 8

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

Shades of Tangerine #EC8008

Tints of Tangerine #EC8008

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.41%

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

R = 63.44%
G = 34.41%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC8008 (or 0xEC8008) is known color: Tangerine. HEX triplet: EC, 80 and 08. RGB value is (236,128,8). Sum of RGB (Red+Green+Blue) = 236+128+8=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8008 is #137FF7. Grayscale: #939393. Windows color (decimal): -1277944 or 557292. OLE color: 557292.

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

Color convert

RGB 236 128 8 -
CMYK 0 0.46 0.97 0.07
HSL 31.58º 0.93% 0.48% -
HSV(B) 31.58º 0.97% 0.93% -
XYZ 42.36 33.29 4.42 -
YUV 146.61 49.78 191.76 -
System Red Green Blue C M Y K H S L
Decimal 236 128 8 0 0.46 0.97 0.07 31.58 0.93 0.48
Hex EC 80 8 0 2E 61 7 20 5D 30
Octal 354 200 10 0 56 141 7 40 135 60
Binary 11101100 10000000 1000 0 101110 1100001 111 100000 1011101 110000

Color Harmonies of #EC8008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8008

Black with #EC8008

Text Example


Text Example

White with #EC8008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8008; }

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

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

background-color css

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

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

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

border-color css

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

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

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