Html Css Color HEX #EC880D Tangerine

📋 copy color: '#EC880D'

red 236 ◦ green 136 ◦ blue 13

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

Shades of Tangerine #EC880D

Tints of Tangerine #EC880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.32%

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

R = 61.3%
G = 35.32%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC880D (or 0xEC880D) is known color: Tangerine. HEX triplet: EC, 88 and 0D. RGB value is (236,136,13). Sum of RGB (Red+Green+Blue) = 236+136+13=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC880D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC880D is #1377F2. Grayscale: #989898. Windows color (decimal): -1275891 or 887020. OLE color: 887020.

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

Color convert

RGB 236 136 13 -
CMYK 0 0.42 0.94 0.07
HSL 33.09º 0.9% 0.49% -
HSV(B) 33.09º 0.94% 0.93% -
XYZ 43.47 35.47 4.94 -
YUV 151.88 49.63 188 -
System Red Green Blue C M Y K H S L
Decimal 236 136 13 0 0.42 0.94 0.07 33.09 0.9 0.49
Hex EC 88 D 0 2A 5E 7 21 5A 31
Octal 354 210 15 0 52 136 7 41 132 61
Binary 11101100 10001000 1101 0 101010 1011110 111 100001 1011010 110001

Color Harmonies of #EC880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC880D

Black with #EC880D

Text Example


Text Example

White with #EC880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC880D; }

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

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

background-color css

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

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

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

border-color css

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

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

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