Html Css Color HEX #EC7F07 Tangerine

📋 copy color: '#EC7F07'

red 236 ◦ green 127 ◦ blue 7

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

Shades of Tangerine #EC7F07

Tints of Tangerine #EC7F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 63.78%
G = 34.32%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC7F07 (or 0xEC7F07) is known color: Tangerine. HEX triplet: EC, 7F and 07. RGB value is (236,127,7). Sum of RGB (Red+Green+Blue) = 236+127+7=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7F07 is #1380F8. Grayscale: #929292. Windows color (decimal): -1278201 or 491500. OLE color: 491500.

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

Color convert

RGB 236 127 7 -
CMYK 0 0.46 0.97 0.07
HSL 31.44º 0.94% 0.48% -
HSV(B) 31.44º 0.97% 0.93% -
XYZ 42.22 33.03 4.35 -
YUV 145.91 49.61 192.26 -
System Red Green Blue C M Y K H S L
Decimal 236 127 7 0 0.46 0.97 0.07 31.44 0.94 0.48
Hex EC 7F 7 0 2E 61 7 1F 5E 30
Octal 354 177 7 0 56 141 7 37 136 60
Binary 11101100 1111111 111 0 101110 1100001 111 11111 1011110 110000

Color Harmonies of #EC7F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F07

Black with #EC7F07

Text Example


Text Example

White with #EC7F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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