Html Css Color HEX #EC7C04 Tangerine

📋 copy color: '#EC7C04'

red 236 ◦ green 124 ◦ blue 4

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

Shades of Tangerine #EC7C04

Tints of Tangerine #EC7C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 64.84%
G = 34.07%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC7C04 (or 0xEC7C04) is known color: Tangerine. HEX triplet: EC, 7C and 04. RGB value is (236,124,4). Sum of RGB (Red+Green+Blue) = 236+124+4=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7C04 is #1383FB. Grayscale: #909090. Windows color (decimal): -1278972 or 294124. OLE color: 294124.

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

Color convert

RGB 236 124 4 -
CMYK 0 0.47 0.98 0.07
HSL 31.03º 0.97% 0.47% -
HSV(B) 31.03º 0.98% 0.93% -
XYZ 41.82 32.26 4.14 -
YUV 143.81 49.11 193.76 -
System Red Green Blue C M Y K H S L
Decimal 236 124 4 0 0.47 0.98 0.07 31.03 0.97 0.47
Hex EC 7C 4 0 2F 62 7 1F 61 2F
Octal 354 174 4 0 57 142 7 37 141 57
Binary 11101100 1111100 100 0 101111 1100010 111 11111 1100001 101111

Color Harmonies of #EC7C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7C04

Black with #EC7C04

Text Example


Text Example

White with #EC7C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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