Html Css Color HEX #EC7F10 Tangerine

📋 copy color: '#EC7F10'

red 236 ◦ green 127 ◦ blue 16

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

Shades of Tangerine #EC7F10

Tints of Tangerine #EC7F10

RGB

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

 GREEN value IS 127 (50% from 255) = 33.51%

 BLUE value IS 16 (6.64% from 255) = 4.22%

R = 62.27%
G = 33.51%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC7F10 (or 0xEC7F10) is known color: Tangerine. HEX triplet: EC, 7F and 10. RGB value is (236,127,16). Sum of RGB (Red+Green+Blue) = 236+127+16=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7F10 is #1380EF. Grayscale: #939393. Windows color (decimal): -1278192 or 1081324. OLE color: 1081324.

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

Color convert

RGB 236 127 16 -
CMYK 0 0.46 0.93 0.07
HSL 30.27º 0.87% 0.49% -
HSV(B) 30.27º 0.93% 0.93% -
XYZ 42.27 33.05 4.64 -
YUV 146.94 54.11 191.53 -
System Red Green Blue C M Y K H S L
Decimal 236 127 16 0 0.46 0.93 0.07 30.27 0.87 0.49
Hex EC 7F 10 0 2E 5D 7 1E 57 31
Octal 354 177 20 0 56 135 7 36 127 61
Binary 11101100 1111111 10000 0 101110 1011101 111 11110 1010111 110001

Color Harmonies of #EC7F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F10

Black with #EC7F10

Text Example


Text Example

White with #EC7F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F10; }

 p { color: rgb(236,127,16); }

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

background-color css

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

 a { background-color: rgb(236,127,16); }

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

border-color css

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

 span { border-color: rgb(236,127,16); }

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