Html Css Color HEX #EC800D Tangerine

📋 copy color: '#EC800D'

red 236 ◦ green 128 ◦ blue 13

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

Shades of Tangerine #EC800D

Tints of Tangerine #EC800D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.45%

R = 62.6%
G = 33.95%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC800D (or 0xEC800D) is known color: Tangerine. HEX triplet: EC, 80 and 0D. RGB value is (236,128,13). Sum of RGB (Red+Green+Blue) = 236+128+13=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC800D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC800D is #137FF2. Grayscale: #939393. Windows color (decimal): -1277939 or 884972. OLE color: 884972.

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

Color convert

RGB 236 128 13 -
CMYK 0 0.46 0.94 0.07
HSL 30.94º 0.9% 0.49% -
HSV(B) 30.94º 0.94% 0.93% -
XYZ 42.38 33.3 4.57 -
YUV 147.18 52.28 191.35 -
System Red Green Blue C M Y K H S L
Decimal 236 128 13 0 0.46 0.94 0.07 30.94 0.9 0.49
Hex EC 80 D 0 2E 5E 7 1F 5A 31
Octal 354 200 15 0 56 136 7 37 132 61
Binary 11101100 10000000 1101 0 101110 1011110 111 11111 1011010 110001

Color Harmonies of #EC800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC800D

Black with #EC800D

Text Example


Text Example

White with #EC800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC800D; }

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

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

background-color css

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

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

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

border-color css

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

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

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