Html Css Color HEX #EC8D0D Tangerine

📋 copy color: '#EC8D0D'

red 236 ◦ green 141 ◦ blue 13

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

Shades of Tangerine #EC8D0D

Tints of Tangerine #EC8D0D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.15%

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

R = 60.51%
G = 36.15%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC8D0D (or 0xEC8D0D) is known color: Tangerine. HEX triplet: EC, 8D and 0D. RGB value is (236,141,13). Sum of RGB (Red+Green+Blue) = 236+141+13=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8D0D is #1372F2. Grayscale: #9B9B9B. Windows color (decimal): -1274611 or 888300. OLE color: 888300.

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

Color convert

RGB 236 141 13 -
CMYK 0 0.40 0.94 0.07
HSL 34.44º 0.9% 0.49% -
HSV(B) 34.44º 0.94% 0.93% -
XYZ 44.19 36.91 5.18 -
YUV 154.81 47.97 185.91 -
System Red Green Blue C M Y K H S L
Decimal 236 141 13 0 0.40 0.94 0.07 34.44 0.9 0.49
Hex EC 8D D 0 28 5E 7 22 5A 31
Octal 354 215 15 0 50 136 7 42 132 61
Binary 11101100 10001101 1101 0 101000 1011110 111 100010 1011010 110001

Color Harmonies of #EC8D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D0D

Black with #EC8D0D

Text Example


Text Example

White with #EC8D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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