Html Css Color HEX #EC8C0D Tangerine

📋 copy color: '#EC8C0D'

red 236 ◦ green 140 ◦ blue 13

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

Shades of Tangerine #EC8C0D

Tints of Tangerine #EC8C0D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.99%

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

R = 60.67%
G = 35.99%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC8C0D (or 0xEC8C0D) is known color: Tangerine. HEX triplet: EC, 8C and 0D. RGB value is (236,140,13). Sum of RGB (Red+Green+Blue) = 236+140+13=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8C0D is #1373F2. Grayscale: #9A9A9A. Windows color (decimal): -1274867 or 888044. OLE color: 888044.

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

Color convert

RGB 236 140 13 -
CMYK 0 0.41 0.94 0.07
HSL 34.17º 0.9% 0.49% -
HSV(B) 34.17º 0.94% 0.93% -
XYZ 44.04 36.62 5.13 -
YUV 154.23 48.3 186.33 -
System Red Green Blue C M Y K H S L
Decimal 236 140 13 0 0.41 0.94 0.07 34.17 0.9 0.49
Hex EC 8C D 0 29 5E 7 22 5A 31
Octal 354 214 15 0 51 136 7 42 132 61
Binary 11101100 10001100 1101 0 101001 1011110 111 100010 1011010 110001

Color Harmonies of #EC8C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C0D

Black with #EC8C0D

Text Example


Text Example

White with #EC8C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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