Html Css Color HEX #EC7C00 Tangerine

📋 copy color: '#EC7C00'

red 236 ◦ green 124 ◦ blue 0

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

Shades of Tangerine #EC7C00

Tints of Tangerine #EC7C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.56%
G = 34.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC7C00 (or 0xEC7C00) is known color: Tangerine. HEX triplet: EC, 7C and 00. RGB value is (236,124,0). Sum of RGB (Red+Green+Blue) = 236+124+0=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7C00 is #1383FF. Grayscale: #8F8F8F. Windows color (decimal): -1278976 or 31980. OLE color: 31980.

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

Color convert

RGB 236 124 0 -
CMYK 0 0.47 1 0.07
HSL 31.53º 1% 0.46% -
HSV(B) 31.53º 1% 0.93% -
XYZ 41.8 32.25 4.02 -
YUV 143.35 47.11 194.08 -
System Red Green Blue C M Y K H S L
Decimal 236 124 0 0 0.47 1 0.07 31.53 1 0.46
Hex EC 7C 0 0 2F 64 7 20 64 2E
Octal 354 174 0 0 57 144 7 40 144 56
Binary 11101100 1111100 0 0 101111 1100100 111 100000 1100100 101110

Color Harmonies of #EC7C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7C00

Black with #EC7C00

Text Example


Text Example

White with #EC7C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7C00; }

 p { color: rgb(236,124,0); }

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

background-color css

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

 a { background-color: rgb(236,124,0); }

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

border-color css

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

 span { border-color: rgb(236,124,0); }

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