Html Css Color HEX #EC8D0C Tangerine

📋 copy color: '#EC8D0C'

red 236 ◦ green 141 ◦ blue 12

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

Shades of Tangerine #EC8D0C

Tints of Tangerine #EC8D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.08%

R = 60.67%
G = 36.25%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC8D0C (or 0xEC8D0C) is known color: Tangerine. HEX triplet: EC, 8D and 0C. RGB value is (236,141,12). Sum of RGB (Red+Green+Blue) = 236+141+12=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8D0C is #1372F3. Grayscale: #9B9B9B. Windows color (decimal): -1274612 or 822764. OLE color: 822764.

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

Color convert

RGB 236 141 12 -
CMYK 0 0.40 0.95 0.07
HSL 34.55º 0.9% 0.49% -
HSV(B) 34.55º 0.95% 0.93% -
XYZ 44.18 36.91 5.14 -
YUV 154.7 47.47 185.99 -
System Red Green Blue C M Y K H S L
Decimal 236 141 12 0 0.40 0.95 0.07 34.55 0.9 0.49
Hex EC 8D C 0 28 5F 7 23 5A 31
Octal 354 215 14 0 50 137 7 43 132 61
Binary 11101100 10001101 1100 0 101000 1011111 111 100011 1011010 110001

Color Harmonies of #EC8D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D0C

Black with #EC8D0C

Text Example


Text Example

White with #EC8D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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