Html Css Color HEX #EC7F00 Tangerine

📋 copy color: '#EC7F00'

red 236 ◦ green 127 ◦ blue 0

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

Shades of Tangerine #EC7F00

Tints of Tangerine #EC7F00

RGB

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

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

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

R = 65.01%
G = 34.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC7F00 (or 0xEC7F00) is known color: Tangerine. HEX triplet: EC, 7F and 00. RGB value is (236,127,0). Sum of RGB (Red+Green+Blue) = 236+127+0=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7F00 is #1380FF. Grayscale: #919191. Windows color (decimal): -1278208 or 32748. OLE color: 32748.

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

Color convert

RGB 236 127 0 -
CMYK 0 0.46 1 0.07
HSL 32.29º 1% 0.46% -
HSV(B) 32.29º 1% 0.93% -
XYZ 42.18 33.01 4.15 -
YUV 145.11 46.11 192.83 -
System Red Green Blue C M Y K H S L
Decimal 236 127 0 0 0.46 1 0.07 32.29 1 0.46
Hex EC 7F 0 0 2E 64 7 20 64 2E
Octal 354 177 0 0 56 144 7 40 144 56
Binary 11101100 1111111 0 0 101110 1100100 111 100000 1100100 101110

Color Harmonies of #EC7F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F00

Black with #EC7F00

Text Example


Text Example

White with #EC7F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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